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: Python - Implement Integer Range Partitioning #31

Closed
d-torres opened this issue Feb 6, 2020 · 2 comments
Closed

BigQuery: Python - Implement Integer Range Partitioning #31

d-torres opened this issue Feb 6, 2020 · 2 comments
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

@d-torres
Copy link

d-torres commented Feb 6, 2020

This is a tracking FR for implementing the Integer Range Partitioning functionality within the
BigQuery API.

Integer range partitioning supports partitioning a table based on the values in a specified integer column, and divides the table using start, stop, and interval values. A table can only support a single partitioning specification, so users can choose either integer partitioning or time-based partitioning, but not both. Clustering is independent of partitioning and works with both.

More implementation details about this API are shared directly with library
maintainers. Please contact shollyman for questions.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Feb 6, 2020
@busunkim96 busunkim96 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Feb 6, 2020
@plamut
Copy link
Contributor

plamut commented Feb 7, 2020

@shollyman This has already been implemented, or is there something more to it? Can we close the ticket as done?

The system test that was mentioned in the PR review has also been added.

@plamut
Copy link
Contributor

plamut commented Feb 11, 2020

Closing, since already implemented.

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

No branches or pull requests

3 participants