-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigQuery: deprecate client.dataset()
#8989
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
tswast
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
api: bigquery
Issues related to the BigQuery API.
labels
Aug 7, 2019
As part of these sample updates, I'd also like to move the snippets to their own sample files in the |
@tswast, taken to work |
This was referenced Jan 21, 2020
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
See: #7753
We should recommend the simpler "use a string instead of a reference object" in most cases.
We still call
.dataset()
96 times in our samples atdocs/snippets.py
. I would feel better about adding the deprecation notice after we update the rest of our samples.The text was updated successfully, but these errors were encountered: