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/data-graph/setup-guides/redshift-setup.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
@@ -20,7 +20,7 @@ If you're setting up Profiles Sync for the first time in the Unify space, go thr
20
20
1. Navigate to **Unify > Profile Sync**.
21
21
2. Select the **Settings** tab and select **Selective sync**.
22
22
3. Select all the tables under **Profile raw tables**. These include, `external_id_mapping_updates`, `id_graph_updates`, `profile_traits_updates`. Linked Audiences require Profile Sync to be configured such that both the Profile raw tables and the Profile materialized tables are synchronized with your Redshift instance.
23
-
4. Select all of the tables under **Profile materialized tables**. These include,`profile_merges`, `user_traits`, `user_identifiers`. This allows faster and more cost-efficient Linked Audiences computations in your data warehouse.
23
+
4. Select all of the tables under **Profile materialized tables**. These include `profile_merges`, `user_traits`, `user_identifiers`. This allows faster and more cost-efficient Linked Audiences computations in your data warehouse.
24
24
5. Select **Sync all Track Call Tables** under **Track event tables** to enable filtering on event history for Linked Audiences conditions.
25
25
26
26
## Getting started
@@ -79,7 +79,7 @@ Grant table permissions based on your needs. Learn more about [Amazon’s table
79
79
Table permissions can either be handled in bulk:
80
80
81
81
```sql
82
-
-- query data from a all tables in a schema
82
+
-- query data from all tables in a schema
83
83
GRANTSELECTON ALL TABLES IN SCHEMA "the_schema_name" TO ROLE SEGMENT_LINKED_ROLE;
84
84
```
85
85
@@ -106,7 +106,7 @@ To connect your warehouse to Segment:
106
106
4. Enter your warehouse credentials. Segment requires the following settings to connect to your Redshift warehouse:
107
107
***Host Name:** The Redshift URL
108
108
***Port:** The Redshift connection port
109
-
***Database:** The only database that Segment requires write access to in order to create tables for internal bookkeeping. This database is referred to as `segment_linked_profiles_db` in the SQL above
109
+
***Database:** The only database that Segment requires write access to in order to create tables for internal bookkeeping. This database is referred to as `segment_linked_profiles_db` in the SQL above.
110
110
***Username:** The Redshift user that Segment uses to run SQL in your warehouse. This user is referred to as `segment_linked_user` in the SQL above.
0 commit comments