Skip to content

Commit a07502c

Browse files
authored
Merge pull request #4491 from segmentio/profiles-sync-hot-fix
hot fix
2 parents e76f6cf + 360c4b8 commit a07502c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/engage/user-subscriptions/subscription-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To use Subscriptions with SQL Traits, you need the following:
2323
2424
## Sync subscription data with SQL
2525

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:
2727

2828
1. Click **Manage subscription statuses**, and select **Update subscription statuses**.
2929
2. Select **Sync with SQL**, and click **Configure**.
@@ -64,7 +64,7 @@ You can schedule sync intervals to import subscription data from your warehouse
6464

6565
Use the Update History page to view all SQL jobs.
6666

67-
1. Navigate to **Profiles > Profile explorer** or **Engage > Audiences > Profile explorer.**
67+
1. Navigate to **Unify > Profile explorer** or **Engage > Audiences > Profile explorer.**
6868
2. Click **Manage subscription statuses**.
6969
3. Select **View update history**, then select the **SQL Jobs** tab.
7070

@@ -76,7 +76,7 @@ When you build your SQL query, keep the following requirements in mind for the d
7676

7777
**Your query must:**
7878

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).
8080
- Return records less than 16KB in size.
8181

8282
**Your query must not:**

src/unify/profiles-sync/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ To start seeing unified profiles in your warehouse and build attribution models,
103103

104104
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"}.
105105

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+
106109
## Profiles Sync limits
107110

108111
As you use Profiles Sync, please keep the following limits in mind:

src/unify/profiles-sync/tables.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Profiles Sync uses the following schema: `<profiles_space_name>.<tableName>`.
171171
172172
If your space has the same name as a source connected to your Segment Warehouse destination, Segment overwrites data to the Event tables.
173173

174-
{% comment %} (commenting out ERD draft for now)
174+
{% comment %} (commenting out ERD draft for now)
175175

176176
> success ""
177177
> 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:
190190
> info "dbt model definitions package"
191191
> 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.
192192
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+
193196
Every customer profile (or `canonical_segment_id`) will be represented in each of the following tables.
194197

195198
### `id_graph` table

0 commit comments

Comments
 (0)