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 support for configuring Hive partitioning options #9610

Closed
plamut opened this issue Nov 6, 2019 · 4 comments · Fixed by #9626
Closed

BigQuery: Add support for configuring Hive partitioning options #9610

plamut opened this issue Nov 6, 2019 · 4 comments · Fixed by #9626
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@plamut
Copy link
Contributor

plamut commented Nov 6, 2019

As a BigQuery client user, I would like to have an easy way of configuring Hive partitioning options.

I would like a new HivePartitioningOptions class for setting the tables' external data config as defined by the API.

@plamut plamut added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. labels Nov 6, 2019
@plamut plamut self-assigned this Nov 6, 2019
@akmittal006
Copy link

akmittal006 commented Nov 15, 2019

Hi plamut,
I require this feature right now, is there a way i can do this using existing client library?
If so can you please help or suggest alternative.
TIA

@plamut
Copy link
Contributor Author

plamut commented Nov 18, 2019

@akmittal006
A pull request that will add this feature will probably be merged in the next few days (cc: @tswast). When merged, you can then install a pre-release version of the BigQuery client with a GitHub link pointing to that specific commit (at least until a new version of the client is released).

Would that work for you?

@akmittal006
Copy link

I ended up using your code from pull request for my quick fix. This saved me a lot of time. Thanks @plamut .

@plamut
Copy link
Contributor Author

plamut commented Nov 18, 2019

@akmittal006 Glad to hear that that it fixed your problem!
Just make sure to switch to a regular install once this feature is released in order to potentially benefit from other new features and bugfixes.

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. 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.

2 participants