Skip to content
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

[Bug] Setup script fails to set BigQuery IAM permissions #199

Open
troyraen opened this issue Jun 29, 2023 · 0 comments
Open

[Bug] Setup script fails to set BigQuery IAM permissions #199

troyraen opened this issue Jun 29, 2023 · 0 comments
Labels
Bug Something isn't working Pipeline: Admin Administration tasks; may touch multiple pipeline areas, but not clearly owned by any of them

Comments

@troyraen
Copy link
Collaborator

The script setup_broker.sh contains the following lines, which fail because this command only works for tables, not datasets:

bq add-iam-policy-binding \
    --member="allUsers" \
    --role="roles/bigquery.metadataViewer" \
    "${bq_dataset}"
bq add-iam-policy-binding \
    --member="allUsers" \
    --role="roles/bigquery.dataViewer" \
    "${bq_dataset}"

For proper instructions, see Grant access to a dataset.

This change should be included with #147

@troyraen troyraen added Bug Something isn't working Pipeline: Admin Administration tasks; may touch multiple pipeline areas, but not clearly owned by any of them labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Pipeline: Admin Administration tasks; may touch multiple pipeline areas, but not clearly owned by any of them
Projects
None yet
Development

No branches or pull requests

1 participant