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: Support Time Unit Partitioning #3449

Closed
d-torres opened this issue Sep 29, 2020 · 2 comments
Closed

BigQuery: Support Time Unit Partitioning #3449

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

@d-torres
Copy link

BigQuery has introduced additional types of time unit partitioning for partitioned tables. Supported values are "HOUR", "DAY", "MONTH", and "YEAR". May we extend support for the new values in the library?

Reference implementations:
Go - googleapis/google-cloud-go#2858
Java - googleapis/java-bigquery#737

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Sep 29, 2020
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Sep 30, 2020
@meredithslota meredithslota 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 Oct 5, 2020
@jdpedrie jdpedrie added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed type: process A process-related concern. May include testing, release, or the like. labels Oct 13, 2020
@ava12 ava12 self-assigned this Oct 13, 2020
@ava12
Copy link
Contributor

ava12 commented Oct 14, 2020

Well, there is nothing to extend, actually.

Users can set any partitioning options, and all they have are plain associative arrays and a reference to BigQuery API documentation. No helpers, no validators, no constants, no system tests using time partitioning. (And no PHP samples for partitioned tables in BigQuery guides).

Not sure whether we should do something about it.

@jdpedrie
Copy link
Contributor

This is a no-op for us. The values here may be provided by users following the API documentation.

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

No branches or pull requests

5 participants