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
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
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:
@@ -188,6 +188,9 @@ Follow the steps below to change your schema name:
188
188
> info "dbt model definitions package"
189
189
> 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.
190
190
191
+
> warning ""
192
+
> 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.
193
+
191
194
Every customer profile (or `canonical_segment_id`) will be represented in each of the following tables.
192
195
193
196
### `id_graph` table
@@ -196,10 +199,10 @@ This table represents the current state of your identity graph, showing only whe
196
199
197
200
The most recent entry for each `segment_id` from `id_graph_updates` reflects this. After the four example events, `id_graph` would show the following:
Segment drops most diagnostic information from this table, since it’s designed for reference use. In this case, you’d learn that any data references to `profile_2` or `profile_1` now map to the same customer, `profile_1`.
205
208
@@ -209,11 +212,11 @@ Use this table to view the full, current-state mapping between each external ide
209
212
210
213
In the case study example, you’d see the following:
0 commit comments