- Notifications
You must be signed in to change notification settings - Fork1.6k
feat(bigquery): add range partitioning to tables, load jobs, and query jobs#9477
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…y jobsThese classes and properties add support for the integer rangepartitioning feature. These offer more flexibility in partitioningoptions than time-based partitioning.
tswast commentedOct 15, 2019
FYI: I've started a draft PR at#9478 with code samples (doubling as system tests). I figure we can get this PR committed and released and follow-up with samples once the feature is no longer restricted access. |
shollyman left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good. Will keep an eye out for the system test PR as well.
| fromgoogle.cloud.bigquery.datasetimportDataset | ||
| fromgoogle.cloud.bigquery.datasetimportDatasetListItem | ||
| fromgoogle.cloud.bigquery.datasetimportDatasetReference | ||
| fromgoogle.cloud.bigquery.encryption_configurationimportEncryptionConfiguration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
cleanup from another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yeah, recently added for models encryption but I forgot to ask for the imports to be alphabetized.
These classes and properties add support for the integer range
partitioning feature. These offer more flexibility in partitioning
options than time-based partitioning.
Note: integer range partitioning is currently only available under whitelist.