Skip to content

feat(bigquery): add range partitioning to tables, load jobs, and query jobs - #9477

Merged
tswast merged 7 commits into
googleapis:masterfrom
tswast:bq-range-partitioning
Oct 18, 2019
Merged

feat(bigquery): add range partitioning to tables, load jobs, and query jobs#9477
tswast merged 7 commits into
googleapis:masterfrom
tswast:bq-range-partitioning

Conversation

@tswast

Copy link
Copy Markdown
Contributor

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.

…y jobs
These classes and properties add support for the integer range
partitioning feature. These offer more flexibility in partitioning
options than time-based partitioning.
@tswasttswast added the api: bigquery Issues related to the BigQuery API. label Oct 15, 2019
@tswast
tswast requested a review from a teamOctober 15, 2019 21:03
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2019
@tswast

Copy link
Copy Markdown
ContributorAuthor

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.

@tswast
tswast requested a review from shollymanOctober 16, 2019 15:47
@tswasttswast added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 16, 2019

@shollymanshollyman left a comment

Copy link
Copy Markdown
Contributor

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.

from google.cloud.bigquery.dataset import Dataset
from google.cloud.bigquery.dataset import DatasetListItem
from google.cloud.bigquery.dataset import DatasetReference
from google.cloud.bigquery.encryption_configuration import EncryptionConfiguration

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleanup from another PR?

Copy link
Copy Markdown
ContributorAuthor

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.

@tswast
tswast merged commit ecb2162 into googleapis:masterOct 18, 2019
@tswasttswast removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 18, 2019
@tswast
tswast deleted the bq-range-partitioning branch October 18, 2019 16:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigqueryIssues related to the BigQuery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tswast@shollyman@googlebot