Skip to content

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

Open
@troyraen

Description

@troyraen

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

No one assigned

    Labels

    BugSomething isn't workingPipeline: AdminAdministration tasks; may touch multiple pipeline areas, but not clearly owned by any of them

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions