We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: (gcloud.projects.add-iam-policy-binding) INVALID_ARGUMENT: Service account [email protected] does not exist.
Following command fails due to dlp service account not created.
grant be to Data Catalog SA as indicated in the comment?
Enable service: gcloud services enable datacatalog.googleapis.com
gcloud projects add-iam-policy-binding ${PROJECT_ID} \ --member=serviceAccount:service-${PROJECT_NUMBER_GOV}@gcp-sa-datacatalog-api.iam.gserviceaccount.com \ --role=roles/bigquery.admin
The text was updated successfully, but these errors were encountered:
swainjo
No branches or pull requests
ERROR: (gcloud.projects.add-iam-policy-binding) INVALID_ARGUMENT: Service account [email protected] does not exist.
Following command fails due to dlp service account not created.
grant be to Data Catalog SA as indicated in the comment?
Enable service:
gcloud services enable datacatalog.googleapis.com
gcloud projects add-iam-policy-binding ${PROJECT_ID} \ --member=serviceAccount:service-${PROJECT_NUMBER_GOV}@gcp-sa-datacatalog-api.iam.gserviceaccount.com \ --role=roles/bigquery.admin
The text was updated successfully, but these errors were encountered: