Skip to content

Commit bce6edc

Browse files
committed
update the BQ permission requirement section
1 parent 3e76932 commit bce6edc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,11 @@ Permission | Details
3939
`bigquery.datasets.get` | This allows Segment to determine if the aforementioned dataset exists
4040
`bigquery.jobs.create` | This allows Segment to execute queries on any datasets/tables your model query references and manage tables that Segment uses for tracking
4141

42-
The `bigquery.datasets.*` permissions can be scoped only to the `__segment_reverse_etl` dataset. If you don't wish to grant `bigquery.datasets.create` access, you may create this dataset yourself, but Segment still needs `bigquery.datasets.get` access.
42+
If you don't wish to grant `bigquery.datasets.create` access, you may create this dataset yourself, and Segment needs the following permissions:
43+
Permission | Details
44+
---------- | --------
45+
`bigquery.datasets.get` | This allows Segment to determine if the `__segment_reverse_etl` dataset exists
46+
`bigquery.tables.create` | This allows Segment to determine if the tables Segment uses to track state in `__segment_reverse_etl` dataset exists
47+
`bigquery.jobs.create` | This allows Segment to execute queries on any datasets/tables your model query references and manage tables that Segment uses for tracking
48+
49+
The `bigquery.datasets.*` permissions can be scoped only to the `__segment_reverse_etl` dataset.

0 commit comments

Comments
 (0)