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/reverse-etl/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ Reverse ETL (Extract, Transform, Load) extracts data from a data warehouse and l
10
10
11
11
As Segment is actively developing this feature, Segment welcomes your feedback on your experience with Reverse ETL. Click the button below to submit your feedback.
12
12
13
-
{% include components/button-fill.html modifier="expand" text="Submit feedback" href=" https://airtable.com/shrdu5cW06LsuZvXN" %}
13
+
{% include components/button-fill.html modifier="expand" text="Submit feedback" href=" https://airtable.com/shriQgvkRpBCDN955" %}
14
14
15
15
## Example use cases
16
16
Use Reverse ETL when you want to:
17
17
* Sync lead scores created in the warehouse to Salesforce to customize interactions with prospects and optimize sales opportunities.
18
+
* Sync audiences and other data built in the warehouse to Braze, Iterable, Hubspot, or Salesforce Marketing Cloud for personalized marketing campaigns.
18
19
* Connect Google Sheets to a view in the warehouse for other business teams to have access to up-to-date reports.
19
20
* Sync enriched data to Mixpanel for a more complete view.
20
-
* Sync audiences and other data built in the warehouse to Braze, Iterable, Hubspot, or Salesforce Marketing Cloud for personalized marketing campaigns.
21
21
* Send data in the warehouse back into Segment as events that can be activated in all supported destinations, including Twilio Engage and other platforms.
22
22
* Pass offline or enriched data to conversion APIs like Facebook, Google Ads, TikTok, or Snapchat.
23
23
@@ -36,7 +36,7 @@ Follow these 4 steps to set up Reverse ETL and learn what each component is abou
36
36
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.
37
37
38
38
> info ""
39
-
> Reverse ETL supports BigQuery and Snowflake as 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/shrdu5cW06LsuZvXN){:target="_blank"}.
39
+
> Reverse ETL supports BigQuery and Snowflake as 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"}.
40
40
41
41
To add your warehouse as a source:
42
42
@@ -49,7 +49,7 @@ To add your warehouse as a source:
49
49
* 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.
50
50
* 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.
51
51
4. Add the account information for your source.
52
-
* For Snowflake users: Learn more about the Snowflake Account ID [here](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html){:target="_blank"}
52
+
* For Snowflake users: Learn more about the Snowflake Account ID [here](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html){:target="_blank"}.
53
53
5. Click **Test Connection** to test to see if the connection works.
54
54
6. Click **Create Source** if the test connection is successful.
55
55
@@ -60,7 +60,7 @@ Models are SQL queries that define sets of data you want to synchronize to your
60
60
61
61
To add your first model:
62
62
1. Navigate to **Reverse ETL > Sources**. Select your source and click **Add Model**.
63
-
2. Click **SQL Editor** as your modeling method. (Segment will add more modeling methods in the future)
63
+
2. Click **SQL Editor** as your modeling method. (Segment will add more modeling methods in the future.)
64
64
3. Enter the SQL query that’ll define your model. Your model is used to map data to your Reverse ETL destinations.
65
65
4. Choose a column to use as the unique identifier for each row in the **Unique Identifier column** field.
66
66
* The Unique Identifier should be a column with unique values per row to ensure checkpointing works as expected. It can potentially be a primary key. This column is used to detect new, updated, and deleted rows.
@@ -84,7 +84,7 @@ Once you’ve added a model, you need to add a destination. In Reverse ETL, dest
84
84
> info ""
85
85
> Depending on the destination, you may need to know certain endpoints and have specific credentials to configure the destination.
86
86
>
87
-
> If you'd like to request Segment to add a particular destination, please note it on the [feedback form](https://airtable.com/shrdu5cW06LsuZvXN){:target="_blank"}.
87
+
> If you'd like to request Segment to add a particular destination, please note it on the [feedback form](https://airtable.com/shriQgvkRpBCDN955){:target="_blank"}.
0 commit comments