Skip to content

Commit ef1af4d

Browse files
authored
fix(firestore-bigquery-export): add bq user role (#2269)
1 parent b1095b7 commit ef1af4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ roles:
4848
- role: datastore.user
4949
reason: Allows the extension to write updates to the database.
5050

51+
- role: bigquery.user
52+
reason:
53+
Allows the extension to create and manage BigQuery materialized views.
54+
5155
resources:
5256
- name: fsexportbigquery
5357
type: firebaseextensions.v1beta.function

0 commit comments

Comments
 (0)