Skip to content

Commit a4eabd3

Browse files
committed
[netlify-build]
1 parent 1a28c28 commit a4eabd3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/reverse-etl/bigquery-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: BigQuery Reverse ETL Setup
33
---
44

5-
Set up BigQuery as your Reverse ETL source. You can also choose to [set up Snowflake](/docs/reverse-etl/snowflake-setup/) as your source.
5+
Set up BigQuery as your Reverse ETL source.
66

77
> warning ""
88
> 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.

src/reverse-etl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To add your warehouse as a source:
4545
4646
1. Navigate to **Reverse ETL** in the Segment app.
4747
2. Click **Add Source**.
48-
3. Select the source you want to add. You can choose between **BigQuery** and **Snowflake**.
48+
3. Select the source you want to add. You can choose between **BigQuery**, **Snowflake**, and **Redshift**.
4949
* If you choose to use Snowflake, run the queries listed in the [Snowflake Reverse ETL setup guide](/docs/reverse-etl/snowflake-setup/) to set up the Segment Snowflake connector. Segment recommends using the `ACCOUNTADMIN` role to execute all the commands.
5050
* If you choose to use BigQuery, use the permissions outlined in the [BigQuery Reverse ETL setup guide](/docs/reverse-etl/bigquery-setup/), to create a Service Account and generate JSON credentials that will then be copied into the Segment UI when creating a Reverse ETL Source.
5151
4. Add the account information for your source.

src/reverse-etl/redshift-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To set up Redshift with Reverse ETL:
1313
2. Follow the [networking instructions](/docs/connections/storage/catalog/redshift/#networking) to configure the correct network and security settings.
1414
3. Run the SQL commands below to create a user named `segment`.
1515

16-
```ts
16+
```sql
1717
-- create a user named "segment" that Segment will use when connecting to your Redshift cluster.
1818
CREATE USER segment PASSWORD '<enter password here>';
1919

src/reverse-etl/snowflake-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Snowflake Reverse ETL Setup
33
beta: true
44
---
55

6-
Set up Snowflake as your Reverse ETL source. You can also choose to [set up BigQuery](/docs/reverse-etl/bigquery-setup/) as your source.
6+
Set up Snowflake as your Reverse ETL source.
77

88
At a high level, when you set up Snowflake for Reverse ETL, the configured user/role needs read permissions for any resources (databases, schemas, tables) the query needs to access. Segment keeps track of changes to your query results with a managed schema (`__SEGMENT_REVERSE_ETL`), which requires the configured user to allow write permissions for that schema.
99

0 commit comments

Comments
 (0)