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: add avro logical type control for load jobs. #6827

Merged
merged 2 commits into from
Dec 3, 2018

Conversation

shollyman
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 3, 2018
"""See
:attr:`google.cloud.bigquery.job.LoadJobConfig.use_avro_logical_types`.
"""
return self._configuration.use_avro_logical_types

This comment was marked as spam.

This comment was marked as spam.

@tseaver tseaver added the api: bigquery Issues related to the BigQuery API. label Dec 3, 2018
@tseaver tseaver merged commit d664d2d into googleapis:master Dec 3, 2018
@adamcunnington-gdt
Copy link

When will this flag be added to export jobs? Interestingly, export jobs so seem to do this anyway - or at least partially, i.e. TIMESTAMP fields are correctly exported as LONG with local types of timestamp-milllis but DATE fields are still exported as string without a logical type of DATE which is a major issue. I'm hoping this is the feature that I can get whitelisted for - I asked for that in the related Google issue thread.

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants