Skip to content

Commit

Permalink
fix(firestore-bigquery-export): add bq user role (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac authored Jan 31, 2025
1 parent b1095b7 commit ef1af4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ roles:
- role: datastore.user
reason: Allows the extension to write updates to the database.

- role: bigquery.user
reason:
Allows the extension to create and manage BigQuery materialized views.

resources:
- name: fsexportbigquery
type: firebaseextensions.v1beta.function
Expand Down

0 comments on commit ef1af4d

Please sign in to comment.