Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to ignore errors when creating/deleting datasets/tables. #7491

Merged
merged 1 commit into from
Mar 6, 2019

Commits on Mar 6, 2019

  1. Add options to ignore errors when creating/deleting datasets/tables.

    In create_dataset and create_table, exists_ok ignores errors when a
    dataset/table already exists. It makes a GET request to get the existing
    resource if it already exists.
    
    In delete_dataset and delete_table, not_found_ok ignores errors when a
    dataset/table doesn't exist.
    tswast committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    73831e7 View commit details
    Browse the repository at this point in the history