Skip to content

Commit 574baa8

Browse files
committed
edits
1 parent b511eed commit 574baa8

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

src/unify/profiles-sync/index.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -84,33 +84,6 @@ Set up Selective Sync to control the exact tables and columns that Segment will
8484
8585
You can sync the following tables:
8686

87-
<!-- Removing this in favor of table below
88-
**Profile raw tables**
89-
- `external_id_mapping_updates`
90-
- `id_graph_updates`
91-
- `profile_traits_updates`
92-
93-
**Profile materialized tables**
94-
- `user_identifier`
95-
- `user_traits`
96-
- `profile_merges`
97-
98-
> info ""
99-
> Materialized view tables are disabled by default. If you'd like to use tables that Segment materializes, you can enable them with Selective Sync. Alternitively, you can use Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}, or materialize views with your own tools.
100-
101-
**Event type tables**
102-
- `Identify`
103-
- `Page`
104-
- `Group`
105-
- `Screen`
106-
- `Alias`
107-
- `Track`
108-
109-
**Track event tables**
110-
111-
To view and select individual track tables, don’t sync track tables during the initial setup. Edit your sync settings after enabling Profiles Sync and waiting for the first sync to complete.
112-
-->
113-
11487
| Type | Tables |
11588
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11689
| Profile raw tables | - `external_id_mapping_updates` <br> - `id_graph_updates` <br> - `profile_traits_updates` |
@@ -162,16 +135,13 @@ Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:ta
162135
> success ""
163136
> While historical backfill is running, you can start building [materialized views](/docs/unify/profiles-sync/tables/#tables-you-materialize) and running [sample queries](/docs/unify/profiles-sync/sample-queries).
164137
165-
<!-- TO DO: add a section below about materialized tables vs dbt script.
166138

167-
-->
168-
169-
### Optional: Materialize key views using a SQL automation tool
139+
### Step 4 (Optional): Materialize key views using a SQL automation tool
170140

171141
During setup, you can optionally materialize views on your own, or use Segment's open source dbt models.
172142

173143
Use this option for additonal data transformation, or if you want to join Segment profile data with external data before materialization.
174-
144+
175145
> success ""
176146
> You can alternatively use tables that Segment materializes and syncs to your data warehouse. [Learn more](/docs/unify/profiles-sync/tables/#tables-segment-materializes) about the tables Segment materializes.
177147

src/unify/profiles-sync/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ To do: add some info here about when customers might want to materialize tables
356356
357357
-->
358358
## Tables you materialize
359-
359+
360360
You can materialize the following tables with your own tools, or using Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}:
361361

362362
- [`id_graph`](#the-idgraph-table)

0 commit comments

Comments
 (0)