-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 slot commitments #6694
bigquery slot commitments #6694
Comments
Not sure how much is involved in this but I would potentially be interested in helping out--maybe doing one or two of the resources after being shown how to do the first., or at least reviewing the PR. |
@rileykarson @c2thorn I'm a little confused by all the git merge/re-open, but this is looking like its getting closer. Thanks so much. |
🤦 Just an overeager robot, the final state today will be open. I'll check back in a few minutes when it should be finished & correct this. |
is this issue really resolved @rileykarson |
Lost track of the tab, sorry. There we go- issue's open, and there's an additional resource before it closes for real. Sorry for the noise/confusion! I'll get us to split the issue before development in the future if a similar case comes up. |
Checking in on this as well. I see that in v 4.32.0, there is both |
im going to look into adding the capacity commitment resource |
Q for maintainers. capacity commitment supports crud technically but if we delete it according to docs:
|
Not a maintainer. As a user, I'd expect to see these errors be passed through to my console and the terraform apply fail. Similar to a permission denied error, I guess? |
opened best effort PR, will try to test but this can incur a lot of cost so might use google/terraform CI to do cycles. |
…p#6694) Co-authored-by: Timofey Yushchenko <timus@google.com> Signed-off-by: Modular Magician <magic-modules@google.com>
…12807) Co-authored-by: Timofey Yushchenko <timus@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Timofey Yushchenko <timus@google.com>
I did confirm that deleting a capacity commitment before it's time is over will just throw a normal http error and thus will fail the terraform destroy:
Which seems like the right behavior here IMO. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
following the implementation of #5125. please can you also implement bigquery slot commitments and assignments?
New or Affected Resource(s)
Potential Terraform Configuration
References
commitments: https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.capacityCommitments
reservations: https://www.terraform.io/docs/providers/google/r/bigquery_reservation.html
assignments: https://cloud.google.com/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations.assignments
b/176106064 (assignments)
The text was updated successfully, but these errors were encountered: