You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems for datasets the expected primitive role is "WRITER" instead of "EDITOR". I was getting an error after the conversion of "roles/bigquery.dataEditor" to "EDITOR" using the latest code.
It seems for datasets the expected primitive role is "WRITER" instead of "EDITOR". I was getting an error after the conversion of "roles/bigquery.dataEditor" to "EDITOR" using the latest code.
Workaround: I just switched it to "WRITER" instead of "roles/bigquery.dataEditor" as a workaround.
Documentation: https://cloud.google.com/bigquery/docs/access-control-primitive-roles#dataset-primitive-roles
Issue came from this PR: #62
The text was updated successfully, but these errors were encountered: