-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: table clustering/partitioning support. #2077
BigQuery: table clustering/partitioning support. #2077
Conversation
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. They will authorize it to run through our CI pipeline, which will generate downstream PRs. Thanks for your contribution! A human will be with you soon. |
The other thing to consider is migrating require_partition_filter out of the existing time_partitioning submessage, but that's likely a breaking change and I don't know how that's handled in this ecosystem with respect to when such changes are allowed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Intent here is to add support for specifying the column for partitioned tables, allowing specification of secondary data clustering, and enabling the ability to designate the ability to disallow unbounded full table scans on large partitioned tables. That said, while I'm familiar with the BQ API I'm very unfamiliar with this tooling, so this may be a glorious example of holding the tools wrong.
This reverts commit c505e81.
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
027c81d
to
6022675
Compare
Intent here is to add support for specifying the column for
partitioned tables, allowing specification of secondary data
clustering, and enabling the ability to designate the ability
to disallow unbounded full table scans on large partitioned
tables via the requirePartitionFilter toggle.
Descriptions for these features were copied from BQ v2 discovery.
Disclaimer: While I'm familiar with the BQ API I'm very unfamiliar
with this tooling, so this may be a glorious example of holding the
tools wrong.
Release Note for Downstream PRs (will be copied)