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/unify/profiles-sync/profiles-sync-setup/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,10 +139,10 @@ Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:ta
139
139
140
140
During setup, you have the option of setting up materialized key views in one of two ways:
141
141
142
-
1. You can choose to materialize views on your own by selecting
143
-
2.You can choose to use Segment's open source dbt models by selecting .
142
+
1. You can choose to materialize views on your own by using `profiles raw tables`.
143
+
You may want to materialize your own tables if, for example, you want to transform additional data or join Segment profile data with external data before materialization.
144
144
145
-
You may want to materialize your own tables if, for example, you want to transform additional data or join Segment profile data with external data before materialization.
145
+
2.You can choose to use Segment's open source dbt models by using `profiles materialized` tables.
146
146
147
147
> success ""
148
148
> You can alternatively use [tables that Segment materializes](/docs/unify/profiles-sync/tables/#tables-segment-materializes) and syncs to your data warehouse.
@@ -153,14 +153,14 @@ To start seeing unified profiles in your warehouse and build attribution models,
153
153
*`external_id_mapping`: the current-state mapping between each external identifier you’ve observed and its corresponding, fully-merged `canonical_segment_id`
154
154
*`profile_traits`: the last seen value for all custom traits, computed traits, SQL traits, audiences, and journeys associated with a profile in a single row
155
155
156
-
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"}.
156
+
See[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"}.
157
157
158
158
> warning ""
159
-
> 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.
159
+
> 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.
160
160
161
161
## Profiles Sync limits
162
162
163
-
As you use Profiles Sync, please keep the following limits in mind:
163
+
As you use Profiles Sync, keep the following limits in mind:
164
164
165
165
- For event tables, Segment can only backfill up to 2,000 tables for each workspace.
166
166
- Segment can only initiate backfills after a successful sync with > 0 rows.
0 commit comments