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: support column ACLs #11156

Closed
shollyman opened this issue Apr 15, 2021 · 1 comment · Fixed by #12174
Closed

bigquery: support column ACLs #11156

shollyman opened this issue Apr 15, 2021 · 1 comment · Fixed by #12174
Assignees
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@shollyman
Copy link

This FR is for supporting the column ACLs in the BigQuery library, which are communicated via annotations on the table schema, and reference identifiers defined within the PolicyTagManager client of the datacatalog service.

Additional information has been provided to implementors out of band.

@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. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 15, 2021
@quartzmo quartzmo self-assigned this Apr 18, 2021
@quartzmo
Copy link
Member

Reference implementations

Java

googleapis/java-bigquery#289

Go

googleapis/google-cloud-go#3895

Python

googleapis/python-bigquery#77

quartzmo added a commit to quartzmo/google-cloud-ruby that referenced this issue Jul 6, 2021
* Add policy_tags to Schema field helper methods
* Add Schema::Field#policy_tags

closes: googleapis#11156
quartzmo added a commit to quartzmo/google-cloud-ruby that referenced this issue Jul 12, 2021
* Add policy_tags to Schema field helper methods
* Add Schema::Field#policy_tags

closes: googleapis#11156
quartzmo added a commit that referenced this issue Jul 12, 2021
* Add policy_tags to LoadJob field helper methods
* Add policy_tags to Schema field helper methods
* Add policy_tags to Schema::Field field helper methods
* Add policy_tags to Table field helper methods
* Add Schema::Field#policy_tags
* Add Schema::Field#policy_tags=

closes: #11156
pr: #12174
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. priority: p2 Moderately-important priority. Fix may not be included in next release. 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