You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecate(bigquery): deprecate client.dataset() in favor of DatasetReference (#7753)
* deprecate(bigquery): deprecate `client.dataset()` in favor of DatasetReference
Now that all client methods that take a `DatasetReference` or
`TableReference` also take a string, the `client.dataset()` method is
unnecessary and confusing.
* fix: remove unnecessary textwrap
* Update bigquery/google/cloud/bigquery/client.py
Co-Authored-By: Peter Lamut <[email protected]>
* docs: use sphinx deprecation directive
Co-authored-by: Peter Lamut <[email protected]>
0 commit comments