-
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
Support BigQuery authorized datasets #10555
Support BigQuery authorized datasets #10555
Comments
Hey @pietrodn is this a new feature that was recently released? I'm not seeing the structure described here and in the linked documentation guide in the REST API itself. The Dataset object in the API only has |
@slevenick Yes, it was officially marked as GA on November 12. See the changelog. |
Cool, it should just be an addition of this object to a couple of resources then. Likely both bigquery_dataset & bigquery_dataset_access |
Note: This may mean changing the BQ IAM resources, assigning size/m instead of size/s |
If it matters:
|
@Ziemowit-LH: Can you file a bug for that? |
Hi @slevenick, I note that this issue has been closed by GoogleCloudPlatform/magic-modules#5700 and there is a commit in this repo at 6416cb6 on 2022-02-11 however I don't see any mention of authorized datasets in the CHANGELOG for 4.11.0 which was released on 2022-02-16. Hence, a question....is there additional work still to be done to support authorized datasets in the terraform provider? |
This will go out in the next release, |
Good news, thank you Riley |
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
Please support BigQuery authorized datasets in the resources defining the dataset access permissions for BigQuery.
New or Affected Resource(s)
google_bigquery_dataset
google_bigquery_dataset_access
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: