Skip to content
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: implement defaultEncryptionConfiguration on datasets #9324

Closed
shollyman opened this issue Sep 26, 2019 · 0 comments · Fixed by #9489
Closed

BigQuery: implement defaultEncryptionConfiguration on datasets #9324

shollyman opened this issue Sep 26, 2019 · 0 comments · Fixed by #9489
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@shollyman
Copy link
Contributor

This feature request is to ensure the client library supports default encryption settings on
BigQuery dataset resources.

On a dataset, defaultEncryptionConfiguration (an instance of EncryptionConfiguration) can
be used to indicate a default CMEK key that will apply to all new tables or ML models created
within the dataset. Existing models are not affected, and this can be overridden when a
(table or model) is created by specifying the settings explicitly.

For libraries that expose underlying discovery types directly, this request may be a no-op.

For more information, please contact @shollyman

@shollyman shollyman added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. labels Sep 26, 2019
@HemangChothani HemangChothani self-assigned this Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants