-
Notifications
You must be signed in to change notification settings - Fork 306
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 Authorized Dataset #1064
Comments
I agree that the client-side validation may be more trouble than its worth. |
@yongjiaw I'm not seeing "dataset" listed here: https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets#Dataset.FIELDS.access Is this a new / preview feature? |
Not sure about the status of this feature, it's probably relatively new. |
Thanks @yongjiaw I've filed an issue 206825216 to our docs team to address the missing REST API docs. @steffnay I think we want to remove the client-side validation of entity types and replace them with some enum values in https://github.com/googleapis/python-bigquery/blob/main/google/cloud/bigquery/enums.py for the folks that want some helpers to avoid typos. |
This will be included in the next release, which is planned for January 4. We've paused releases in the meantime out of caution towards introducing changes around the holidays. |
python-bigquery/google/cloud/bigquery/dataset.py
Lines 134 to 144 in 7052054
Not sure about the reason to have restricted entities here.
We need to use authorized dataset, and got ValueError.
The text was updated successfully, but these errors were encountered: