Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/reverse-etl/bigquery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: BigQuery Reverse ETL Setup
Set up BigQuery as your Reverse ETL source. You can also choose to [set up Snowflake](/docs/reverse-etl/snowflake-setup/) as your source.

> warning ""
> You need to be an account admin to set up the Segment BigQuery connector as well as write permissions for the `__segment_reverse_etl` dataset.
> You need to be an account admin to set up the Segment BigQuery connector as well as write permissions for the `__segment_reverse_etl` dataset.

To set up the Segment BigQuery connector:
1. Navigate to **IAM & Admin > Service Accounts** in BigQuery.
Expand All @@ -26,7 +26,7 @@ To set up the Segment BigQuery connector:
20. Click **Test Connection** to test to see if the connection works. If the connection fails, make sure you have the right permissions and credentials and try again.
6. Click **Create Source** if the test connection is successful.

Once you've added BigQuery as a source, you can [add a model](/docs/reverse-etl/reverse-etl/#step-2-add-a-model).
Once you've added BigQuery as a source, you can [add a model](/docs/reverse-etl/#step-2-add-a-model).

## Constructing your own role or policy
When you construct your own role or policy, Segment needs the following permissions:
Expand Down
2 changes: 1 addition & 1 deletion src/reverse-etl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To create a mapping:
To add multiple mappings from your warehouse to your destination, repeat steps 1-9 above.

## Using Reverse ETL
After you've followed [all four steps](/docs/reverse-etl/reverse-etl/#getting-started) and set up your source, model, destination, and mappings for Reverse ETL, your data will extract and sync to your destination(s) right away if you chose an interval schedule. If you set your data to extract at a specific day and time, the extraction will take place then.
After you've followed [all four steps](/docs/reverse-etl/#getting-started) and set up your source, model, destination, and mappings for Reverse ETL, your data will extract and sync to your destination(s) right away if you chose an interval schedule. If you set your data to extract at a specific day and time, the extraction will take place then.

### Runs status and observability
You can check the status of your data extractions and see details of your syncs. You can click into failed records to view additional details on the error, sample payloads to help you debug the issue, and recommended actions.
Expand Down
2 changes: 1 addition & 1 deletion src/reverse-etl/snowflake-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
-- role access
GRANT ROLE segment_reverse_etl TO USER segment_reverse_etl_user;
```
7. Follow the steps listed in the [Add a Source](/docs/reverse-etl/reverse-etl/#step-1-add-a-source) section to finish adding Snowflake as a source.
7. Follow the steps listed in the [Add a Source](/docs/reverse-etl/#step-1-add-a-source) section to finish adding Snowflake as a source.