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
Traceback (most recent call last):
File "/home/admin_/cdmc/tagging/policy_tags/create_policy_tag_taxonomy.py", line 21, in
from google.cloud.bigquery import datapolicies
ImportError: cannot import name 'datapolicies' from 'google.cloud.bigquery' (/usr/local/lib/python3.9/dist-packages/google/cloud/bigquery/init.py)
Have updated all runtimes and libraries to latest versions and ran pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
When running the following from Cloud Shell in the /tagging/policy_tags folder
python create_policy_tag_taxonomy.py taxonomy.yaml
I see
Traceback (most recent call last):
File "/home/admin_/cdmc/tagging/policy_tags/create_policy_tag_taxonomy.py", line 21, in
from google.cloud.bigquery import datapolicies
ImportError: cannot import name 'datapolicies' from 'google.cloud.bigquery' (/usr/local/lib/python3.9/dist-packages/google/cloud/bigquery/init.py)
Have updated all runtimes and libraries to latest versions and ran pip install -r requirements.txt
The text was updated successfully, but these errors were encountered: