-
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
refactor(bigquery): update code samples of load table file and uri #10175
refactor(bigquery): update code samples of load table file and uri #10175
Conversation
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.
Please address comments before submitting. Thanks.
bigquery/docs/usage/tables.rst
Outdated
@@ -110,6 +110,28 @@ Load a Parquet file from Cloud Storage: | |||
See also: `Loading Parquet data from Cloud Storage | |||
<https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-parquet>`_. | |||
|
|||
Load a Avro file from Cloud Storage: |
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.
s/a Avro/an Avro/
bigquery/docs/usage/tables.rst
Outdated
See also: `Loading Avro data from Cloud Storage | ||
<https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-avro>`_. | ||
|
||
Load a ORC file from Cloud Storage: |
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.
s/a Orc/an Orc/
bigquery/samples/load_table_file.py
Outdated
@@ -0,0 +1,43 @@ | |||
# Copyright 2019 Google LLC |
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.
Please update copyright notices to 2020 in the new files
|
Merging, as the PR has been approved, and the comments in the approval have been addressed. |
Towards #8989
List of changes: