Skip to content

Commit 1737483

Browse files
committed
Merge branch 'flex-unify-collab' of https://github.com/segmentio/segment-docs into flex-unify-collab
2 parents b3fc09d + e805f06 commit 1737483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unified-profiles/segment-for-flex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can add additional data sources after completing the setup process. <br>
4141
8. Create a SQL query that defines your model. After you've created a model, Segment uses your model to map data to your Reverse ETL destinations. <br> Segment recommends a model with the following format:
4242

4343
``` sql
44-
SELECT * FROM salesforce_unified_profiles.accounts
44+
SELECT * FROM salesforce_flex_unify.accounts
4545
```
4646

4747
<ol style="counter-reset: none;">
@@ -67,7 +67,7 @@ SELECT * FROM salesforce_unified_profiles.accounts
6767
6. Create a SQL query that defines your model. After you've created a model, Segment uses your model to map data to your Reverse ETL destinations. <br> Segment recommends a model with the following format:
6868

6969
``` sql
70-
SELECT * FROM unified_profiles.accounts
70+
SELECT * FROM flex_unify.accounts
7171
```
7272

7373
<ol style="counter-reset: none;">

0 commit comments

Comments
 (0)