-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
BugSomething isn't workingSomething isn't workingPipeline: AdminAdministration tasks; may touch multiple pipeline areas, but not clearly owned by any of themAdministration tasks; may touch multiple pipeline areas, but not clearly owned by any of them
Description
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
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingPipeline: AdminAdministration tasks; may touch multiple pipeline areas, but not clearly owned by any of themAdministration tasks; may touch multiple pipeline areas, but not clearly owned by any of them