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

deprecate(bigquery): deprecate client.dataset() in favor of DatasetReference #7753

Merged
merged 4 commits into from
Jan 27, 2020

Commits on Jan 23, 2020

  1. deprecate(bigquery): deprecate client.dataset() in favor of Dataset…

    …Reference
    
    Now that all client methods that take a `DatasetReference` or
    `TableReference` also take a string, the `client.dataset()` method is
    unnecessary and confusing.
    tswast committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    cec97ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818a81f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

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

    Co-Authored-By: Peter Lamut <plamut@users.noreply.github.com>
    tswast and plamut authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    50ac8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b92bf View commit details
    Browse the repository at this point in the history