Skip to content
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: support external table definitions for query jobs #4191

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

jba
Copy link
Contributor

@jba jba commented Oct 14, 2017

Also, set ExternalConfig.options based on source_format, and
make read-only.

Also, change from_api_repr functions in external_config.py so that
they don't modify their resource argument. This simplifies tests.

@jba jba requested review from tswast and alixhami October 14, 2017 11:33
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 14, 2017
@jba jba added api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Oct 14, 2017
@@ -1469,6 +1463,12 @@ def from_api_repr(cls, resource):
https://g.co/cloud/bigquery/docs/reference/rest/v2/jobs#configuration.query.writeDisposition
"""

table_definitions = _TypedApiResourceProperty(
'table_definitions', 'tableDefinitions', dict)
"""See

This comment was marked as spam.

This comment was marked as spam.

Also, set ExternalConfig.options based on source_format, and
make read-only.

Also, change from_api_repr functions in external_config.py so that
they don't modify their resource argument. This simplifies tests.
@jba jba merged commit 8360b6a into googleapis:bigquery-b2 Oct 16, 2017
tswast pushed a commit that referenced this pull request Oct 16, 2017
Also, set ExternalConfig.options based on source_format, and
make read-only.

Also, change from_api_repr functions in external_config.py so that
they don't modify their resource argument. This simplifies tests.
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. cla: yes This human has signed the Contributor License Agreement. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants