-
Notifications
You must be signed in to change notification settings - Fork 312
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
docs: refresh view samples #420
Conversation
Here is the summary of changes. You added 11 region tags.
This comment is generated by snippet-bot.
|
Re: snippet-bot's comment I guess you're moving samples under I think the correct course of action is to 1) duplicate the sample, 2) update devsite, then 3) remove the old tags. |
b80cd52
to
58f2d2d
Compare
Thanks @tmatsuo for looking. Yes, I am trying to move these samples. I'll try your suggested process. |
docs: restore old view snippets remove relative imports docs: fix missing space in comment sort imports
fa645bf
to
8240434
Compare
These snippets are copied from snippets.py and refreshed
to include imports and client construction. Will follow up
with a PR to remove the redundant snippets once the docs
on cloud.google.com are updated.
I notice that the tests for these snippets have been skipped.
I believe that was due to a temporary rollout issue with
table update. If that actually is flakier than I thought, we
can more easily add retries or disable just updates in this
new structure.
python-bigquery/docs/snippets.py
Line 487 in 96a1c5b
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes internal issue 173133642 🦕