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

feat: add Client.delete_job_metadata method to remove job metadata #610

Merged
merged 6 commits into from Apr 26, 2021

Commits on Apr 20, 2021

  1. feat: add Client.delete_job method to remove job metadata

    Note: this only removes job metadata. Use `Client.cancel_job` to stop
    a running job. Also, this feature is in preview and has not rolled out
    to all regions yet
    
    Location is required, so always pass in location. To keep the method
    signature consistent with the other methods, location is not a
    positional argument. The location from the job object is preferred.
    tswast committed Apr 20, 2021
    Copy the full SHA
    6f1ce48 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Update google/cloud/bigquery/client.py

    Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
    tswast and plamut committed Apr 23, 2021
    Copy the full SHA
    a1b9375 View commit details
    Browse the repository at this point in the history
  2. Update tests/system/test_client.py

    Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
    tswast and plamut committed Apr 23, 2021
    Copy the full SHA
    1e29763 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3efed28 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cee67f5 View commit details
    Browse the repository at this point in the history
  5. rename to delete_job_metadata

    tswast committed Apr 23, 2021
    Copy the full SHA
    4ecc09f View commit details
    Browse the repository at this point in the history