Skip to content

Commit 3eb8e39

Browse files
authored
Merge pull request #3938 from segmentio/DOC-627
Fix broken links for RETL docs
2 parents b652608 + 3f724f2 commit 3eb8e39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/reverse-etl/bigquery-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: BigQuery Reverse ETL Setup
55
Set up BigQuery as your Reverse ETL source. You can also choose to [set up Snowflake](/docs/reverse-etl/snowflake-setup/) as your source.
66

77
> warning ""
8-
> 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.
8+
> 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.
99
1010
To set up the Segment BigQuery connector:
1111
1. Navigate to **IAM & Admin > Service Accounts** in BigQuery.
@@ -26,7 +26,7 @@ To set up the Segment BigQuery connector:
2626
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.
2727
6. Click **Create Source** if the test connection is successful.
2828

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

3131
## Constructing your own role or policy
3232
When you construct your own role or policy, Segment needs the following permissions:

src/reverse-etl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To create a mapping:
118118
To add multiple mappings from your warehouse to your destination, repeat steps 1-9 above.
119119

120120
## Using Reverse ETL
121-
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.
121+
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.
122122

123123
### Runs status and observability
124124
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.

src/reverse-etl/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Follow the instructions below to set up the Segment Snowflake connector. Segment
5757
-- role access
5858
GRANT ROLE segment_reverse_etl TO USER segment_reverse_etl_user;
5959
```
60-
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.
60+
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.

0 commit comments

Comments
 (0)