-
Notifications
You must be signed in to change notification settings - Fork 308
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: adds snippet for creating table with external data config #1420
Conversation
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
…bray--external-table-docs
…python-bigquery into aribray--external-table-docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with the exception of the comment related to producing more user friendly code (ie. removing important code from comment strings and putting it into the body of the sample with placeholders).
…y--external-table-docs
…y--external-table-docs
…y--external-table-docs
…python-bigquery into aribray--external-table-docs
Once internal CL 505774967 is merged, I think we'll want to revert it. Turns out we already had such a code sample, it was just hard to find because the description didn't contain the word "external". https://cloud.google.com/bigquery/docs/samples/bigquery-query-external-gcs-perm |
…leapis#1420) * docs: add samples for creating table with external data configuration and creating an external table definition Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Adds snippets and tests for
create_table_external_data_configuration
andcreate_external_table_definition
Fixes #773 🦕