-
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
Add usage docs for jobs: query and load. #1014
Add usage docs for jobs: query and load. #1014
Conversation
|
||
- Load data into a table | ||
- Run a query against data in one or more tables | ||
- Extrat data from a table |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
>>> job = table.load_from_storage(bucket_name='bucket-name', | ||
... object_name='object-prefix*', | ||
... source_format='CSV', | ||
... skip_leading_rows=1, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Just two things left
|
Per Loading Data into BigQuery, the name is used to fill a URI in the form Per https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.load, that URE can have the glob character only at the end. That value is populated into a repeatable JSON field,
Maybe so. There might even be a call to use it in |
Pull idiom not a blocker for this PR, but maybe we should file a tracking issue? As for the rest, the question is about the appropriate name for the variable, not about the feature. I already understood the URI from your previous comment.
|
|
It's rightly a regex, yes? |
Nope (there is no preceding |
OK. SGTM. Change it to your choice of more descriptive variable name and LGTM. |
SGTM. We're all good to merge then, right? |
Yup |
Add usage docs for jobs: query and load.
No description provided.