diff --git a/src/reverse-etl/bigquery-setup.md b/src/reverse-etl/bigquery-setup.md index 3fde8807f3..380b0759d1 100644 --- a/src/reverse-etl/bigquery-setup.md +++ b/src/reverse-etl/bigquery-setup.md @@ -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. @@ -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: diff --git a/src/reverse-etl/index.md b/src/reverse-etl/index.md index 4637e45533..2b3163ded1 100644 --- a/src/reverse-etl/index.md +++ b/src/reverse-etl/index.md @@ -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. diff --git a/src/reverse-etl/snowflake-setup.md b/src/reverse-etl/snowflake-setup.md index b89f75e6e4..f520cbca49 100644 --- a/src/reverse-etl/snowflake-setup.md +++ b/src/reverse-etl/snowflake-setup.md @@ -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.