We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c2bce commit 62beb23Copy full SHA for 62beb23
src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md
@@ -48,7 +48,7 @@ Permission | Details
48
11. Click **Continue**.
49
12. Click **Done**.
50
13. Navigate to the BigQuery SQL editor and create a dataset that will be used by Segment:
51
- ```
+ ```sql
52
CREATE SCHEMA IF NOT EXISTS `__segment_reverse_etl`;
53
```
54
14. Grant additional permissions just on the newly created dataset:
0 commit comments