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/unified-profiles/segment-for-flex.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You can add additional data sources after completing the setup process. <br>
41
41
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:
42
42
43
43
```sql
44
-
SELECT*FROMsalesforce_unified_profiles.accounts
44
+
SELECT*FROMsalesforce_flex_unify.accounts
45
45
```
46
46
47
47
<olstyle="counter-reset: none;">
@@ -67,7 +67,7 @@ SELECT * FROM salesforce_unified_profiles.accounts
67
67
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:
0 commit comments