-
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
Add defaultPartitionExpirationMs field to google_bigquery_dataset resource #2287
Add defaultPartitionExpirationMs field to google_bigquery_dataset resource #2287
Conversation
Create a link to storage_bucket_acl ressource documentation page. It's easier than scrolling and scrolling or copy text and search it on the page. Thank you !
Huh! Looks like changing the base on this and #2288 added some other commit. Weird! I didn't think that would be a history-altering action, my apologies. |
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.
Thanks for the contribution @amatellanes! I'll duplicate these changes into Magic Modules and merge this PR along with the MM-generated google-beta
PR.
…ource (#2287) Add [`defaultPartitionExpirationMs`](https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets) to [`google_bigquery_dataset`](https://www.terraform.io/docs/providers/google/r/bigquery_dataset.html) resource.
…ource (#2287) Add [`defaultPartitionExpirationMs`](https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets) to [`google_bigquery_dataset`](https://www.terraform.io/docs/providers/google/r/bigquery_dataset.html) resource.
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Add
defaultPartitionExpirationMs
togoogle_bigquery_dataset
resource.