Skip to content

Commit f433854

Browse files
stayseesongpwseg
andauthored
Apply suggestions from code review
Co-authored-by: pwseg <[email protected]>
1 parent 6b0064e commit f433854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unify/data-graph/setup-guides/redshift-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you're setting up Profiles Sync for the first time in the Unify space, go thr
2020
1. Navigate to **Unify > Profile Sync**.
2121
2. Select the **Settings** tab and select **Selective sync**.
2222
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.
2424
5. Select **Sync all Track Call Tables** under **Track event tables** to enable filtering on event history for Linked Audiences conditions.
2525

2626
## Getting started
@@ -79,7 +79,7 @@ Grant table permissions based on your needs. Learn more about [Amazon’s table
7979
Table permissions can either be handled in bulk:
8080

8181
```sql
82-
-- query data from a all tables in a schema
82+
-- query data from all tables in a schema
8383
GRANT SELECT ON ALL TABLES IN SCHEMA "the_schema_name" TO ROLE SEGMENT_LINKED_ROLE;
8484
```
8585

@@ -106,7 +106,7 @@ To connect your warehouse to Segment:
106106
4. Enter your warehouse credentials. Segment requires the following settings to connect to your Redshift warehouse:
107107
* **Host Name:** The Redshift URL
108108
* **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.
110110
* **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.
111111
* **Password:** The password of the user above
112112
5. Test your connection, then click **Save**.

0 commit comments

Comments
 (0)