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/engage/user-subscriptions/subscription-sql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To use Subscriptions with SQL Traits, you need the following:
23
23
24
24
## Sync subscription data with SQL
25
25
26
-
You can sync with SQL from two locations in the Segment app. Navigate to **Profiles > Profile explorer** or **Engage > Audiences > Profile explorer**, then:
26
+
You can sync with SQL from two locations in the Segment app. Navigate to **Unify > Profile explorer** or **Engage > Audiences > Profile explorer**, then:
27
27
28
28
1. Click **Manage subscription statuses**, and select **Update subscription statuses**.
29
29
2. Select **Sync with SQL**, and click **Configure**.
@@ -64,7 +64,7 @@ You can schedule sync intervals to import subscription data from your warehouse
64
64
65
65
Use the Update History page to view all SQL jobs.
66
66
67
-
1. Navigate to **Profiles > Profile explorer** or **Engage > Audiences > Profile explorer.**
67
+
1. Navigate to **Unify > Profile explorer** or **Engage > Audiences > Profile explorer.**
68
68
2. Click **Manage subscription statuses**.
69
69
3. Select **View update history**, then select the **SQL Jobs** tab.
70
70
@@ -76,7 +76,7 @@ When you build your SQL query, keep the following requirements in mind for the d
76
76
77
77
**Your query must:**
78
78
79
-
- Return at least one column with `user_id`, `anonymous_id`, `email`, `phone` (or `group_id` for account traits if Profiles for B2B is enabled).
79
+
- Return at least one column with `user_id`, `anonymous_id`, `email`, `phone` (or `group_id` for account traits if Unify for B2B is enabled).
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,9 @@ To start seeing unified profiles in your warehouse and build attribution models,
103
103
104
104
Please visit [Tables you materialize](/docs/unify/profiles-sync/tables/#tables-you-materialize) for more on how to materialize these views either on your own, or with [Segment's open source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="blank"}.
105
105
106
+
> warning ""
107
+
> Please note that dbt models are in beta and need modifications to run efficiently on BigQuery, Synapse, and Postgres warehouses. Segment is actively working on this feature.
108
+
106
109
## Profiles Sync limits
107
110
108
111
As you use Profiles Sync, please keep the following limits in mind:
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/tables.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Profiles Sync uses the following schema: `<profiles_space_name>.<tableName>`.
171
171
172
172
If your space has the same name as a source connected to your Segment Warehouse destination, Segment overwrites data to the Event tables.
173
173
174
-
{% comment %} (commenting out ERD draft for now)
174
+
{% comment %} (commenting out ERD draft for now)
175
175
176
176
> success ""
177
177
> For more on Profiles Sync logic, table mappings, and data types, download this [Profiles Sync ERD](/docs/unify/files/ERD.png) or visit [schema evolution and compatibility](/docs/connections/storage/warehouses/schema/#schema-evolution-and-compatibility).
@@ -190,6 +190,9 @@ Follow the steps below to change your schema name:
190
190
> info "dbt model definitions package"
191
191
> To get started with your table materializations, try Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}, or materialize views with your own tools.
192
192
193
+
> warning ""
194
+
> Please note that dbt models are in beta and need modifications to run efficiently on BigQuery, Synapse, and Postgres warehouses. Segment is actively working on this feature.
195
+
193
196
Every customer profile (or `canonical_segment_id`) will be represented in each of the following tables.
0 commit comments