You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/index.md
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Follow these 4 steps to set up Reverse ETL and learn what each component is abou
35
35
> Depending on what plan you're on, the UI navigation and interface will look different from what's presented in the docs until Reverse ETL fully rolls out to all users.
36
36
37
37
### Step 1: Add a source
38
-
A Source is where your data originates from. Traditionally in Segment, a [Source](/docs/connections/sources/#what-is-a-source) is a website, server library, mobile SDK, or cloud application which can send data into Segment. In Reverse ETL, your data warehouse is the Source.
38
+
A source is where your data originates from. Traditionally in Segment, a [source](/docs/connections/sources/#what-is-a-source) is a website, server library, mobile SDK, or cloud application which can send data into Segment. In Reverse ETL, your data warehouse is the source.
39
39
40
40
> info ""
41
41
> Reverse ETL supports [these sources] and Segment is actively working on adding more. If you'd like to request Segment to add a particular source, please note it on the [feedback form](https://airtable.com/shriQgvkRpBCDN955){:target="_blank"}.
@@ -46,28 +46,13 @@ To add your warehouse as a source:
46
46
> You need to be a user that has both read and write access to the warehouse.
47
47
48
48
1. Navigate to **Connections > Sources** and select the **Reverse ETL** tab in the Segment app.
3. Select the source you want to add. You can choose between **BigQuery**, **Snowflake**, and **Redshift**.
54
-
=======
55
-
3. Select the source you want to add.
56
-
>>>>>>> 892582b7c (reverse etl ga edits):src/connections/sources/reverse-etl/index.md
57
-
* 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.
58
-
* 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.
* For Snowflake users: Learn more about the Snowflake Account ID [here](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html){:target="_blank"}.
72
57
5. Click **Test Connection** to test to see if the connection works.
73
58
6. Click **Create Source** if the test connection is successful.
0 commit comments