Skip to content

add support for ParquetOptions for load/external tables #661

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

Closed
shollyman opened this issue May 11, 2021 · 1 comment · Fixed by #679
Closed

add support for ParquetOptions for load/external tables #661

shollyman opened this issue May 11, 2021 · 1 comment · Fixed by #679
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@shollyman
Copy link
Contributor

This FR is to add support for some advanced Parquet options (list inference and enums) when loading data or defining an external table.

Additional information has been shared out of band with library maintainers.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label May 11, 2021
@plamut plamut added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label May 11, 2021
@plamut plamut self-assigned this May 12, 2021
@curiouserrr
Copy link

In particular, the enumAsString option doesn't appear to be supported in bigquery.LoadJobConfig, though it is available in the BQ CLI and in the dynamic API access library. It would be very helpful to expose the option in this library too.

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/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants