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: implement support use_avro_logical_types for export jobs #525

Closed
d-torres opened this issue Aug 29, 2019 · 0 comments · Fixed by #528
Closed

bigquery: implement support use_avro_logical_types for export jobs #525

d-torres opened this issue Aug 29, 2019 · 0 comments · Fixed by #528
Assignees
Labels
api: bigquery Issues related to the googleapis/nodejs-bigquery API. type: process A process-related concern. May include testing, release, or the like.

Comments

@d-torres
Copy link

With the next discovery release, BigQuery will support control of logical type annotations when specifying export jobs that use the Apache Avro file format. This will be controlled via the use_avro_logical_types.

Description from the API layer:

[Optional] If destinationFormat is set to "AVRO", this flag indicates
whether to enable extracting applicable column types (such as TIMESTAMP) to
their corresponding AVRO logical types (timestamp-micros), instead of only
using their raw types (avro-long).

This should mirror reciprocal support in load jobs for specifying whether logical type annotations should be used when building the schema of a table.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Aug 30, 2019
@callmehiphop callmehiphop added type: process A process-related concern. May include testing, release, or the like. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Sep 3, 2019
@google-cloud-label-sync google-cloud-label-sync bot added the api: bigquery Issues related to the googleapis/nodejs-bigquery API. label Jan 31, 2020
@JustinBeckwith JustinBeckwith self-assigned this Feb 1, 2021
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 googleapis/nodejs-bigquery API. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants