-
Notifications
You must be signed in to change notification settings - Fork 7
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
Permission Denied When Looking up Entry[BUG] #12
Comments
I am wondering if this is because since this repo was last updated, data catalog and dataplex have merged together, so maybe there is a different method for attaching tags to datasets while creating the tag templates themselves remained the same? |
Hi @atuma-tds, the error most likely is related to the Dataplex changes and newest versions of the Which version of the For reference I just ran output of
And successfully ran it attaching a tag:
Then with some small changes in the codebase I ran using |
What happened:
Tag template uploaded, service account has all required permission to data catalog and big query, but unable to push tags: "WARNING:root:Permission denied when looking up Entry for //bigquery.googleapis.com/projects/test****/datasets/us_state_sales/tables/us_state_salesregions. The resource will be skipped."
What you expected to happen:
Tags to be attached to specified datasets/tables.
How to reproduce it (as minimally and precisely as possible):
Just following the tutorial line by line.
Anything else we need to know?:
I can manually add the tags to dataset/table using the UI after the tag template is created using the tutorial, but still unable to attach tags using the tutorial.
The text was updated successfully, but these errors were encountered: