Skip to content

Commit 254a634

Browse files
committed
small updates [netlify-build]
1 parent 1f3a360 commit 254a634

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/unify/linked-profiles/linked-events.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With Linked Events, you can:
2424

2525
Before getting started with Linked Events, you'll need:
2626

27-
1. Snowflake, BigQuery, or Redshift data warehouse credentials with **write** access.
27+
1. BigQuery, Snowflake, or Redshift data warehouse credentials with **write** access.
2828
- View the [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) setup guides.
2929
2. Access to Unify in your workspace.
3030
3. Access to the Destination you'll be using with Linked Events so that you can validate your data.
@@ -56,7 +56,7 @@ To use Connections with Linked Events:
5656
> success ""
5757
> Linked Events uses Segment's [Reverse ETL](/docs/connections/reverse-etl/) infrastructure for pulling in data from your warehouse.
5858
59-
To get started, you'll need to connect a data warehouse. Linked Events supports [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) data warehouses.
59+
To get started, you'll need to connect a data warehouse. Linked Events supports [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/).
6060

6161
1. Navigate to **Unify > Data graph** and click **Add warehouse**.
6262
2. Select a warehouse to connect from the [supported data warehouses](#supported-data-warehouses).
@@ -80,12 +80,12 @@ The table below shows the data warehouses Linked Events supports. View the Segme
8080
| **Table** | **Steps** |
8181
|------------------------|-------------------------|
8282
| [Snowflake](docs/unify/linked-profiles/setup-guides/snowflake-setup/) | 1. Configure your snowflake database. <br> 2. Enter your credentials. <br> 3. Test the Connection. <br> 4. Click **Save**. |
83-
| [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/) | 1. Add your credentials to the database that has tables with the Entities you want to enrich your event with. <br> 2. Test your connection. |
83+
| [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/) | 1. Add your credentials to the database that has tables with the entities you want to enrich your event with. <br> 2. Test your connection. |
8484
| [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) | 1. Select the Redshift cluster you want to connect. <br> 2. [Configure](/docs/connections/storage/catalog/redshift/#networking) the correct network and security settings. |
8585

8686
## Step 2: Add entities
8787

88-
After you connect your warehouse, use the Data graph overview screen (**Unify > Data graph**) to view entities Segment has synced from your data warehouse, add a new entity, and view data warehouse settings.
88+
After you connect your warehouse, use the Data graph overview page (**Unify > Data graph**) to view entities Segment has synced from your data warehouse, add a new entity, and view data warehouse settings.
8989

9090
To add a new entity:
9191
1. Click **Add entity**.
@@ -109,7 +109,7 @@ To use Linked Events, you'll need to add a destination to send enriched events t
109109
## Step 4: Enrich events with entities
110110
With Linked Events, you can select entities and properties from your data warehouse, then add enrichments to map properties to your connected destination.
111111

112-
Add entities and enrichments from the destination Mappings tab:
112+
To enrich events with entities:
113113

114114
1. Navigate to **Connections > Destinations > Event streams**
115115
2. Select the destination you'd like to create an enrichment on.
@@ -125,7 +125,7 @@ After you load a sample event, you can add entities from the **Enrich events wit
125125
- The entity match property is the property in the event that you want to match to the primary key.
126126

127127
After you’ve added an entity and match property, add your event enrichments.
128-
128+
129129
### Add enrichments
130130

131131
Use enrichments to select the entity you wish to send to your downstream destination.
@@ -175,7 +175,7 @@ For Linked Events, Segment supports all Actions Destinations.
175175

176176
{% faqitem Why aren't test events working? %}
177177

178-
Test events don't send Linked Events, it only sends the test events that come from the source debugger, which is ahead of the event enrichment.
178+
Test events don't send Linked Events. You'll only see test events that come from the source debugger, which is ahead of the event enrichment.
179179

180180
{% endfaqitem %}
181181

src/unify/linked-profiles/setup-guides/redshift-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ On this page, you'll learn how to connect your Redshift data warehouse to Segmen
1010

1111
To get started with Redshift:
1212
1. Log in to Redshift and select the Redshift cluster you want to connect.
13-
2. Follow [these instructions](/docs/connections/storage/catalog/redshift/#networking) to configure network and security settings.
13+
2. Follow [these networking instructions](/docs/connections/storage/catalog/redshift/#networking) to configure network and security settings.
1414

1515
## Create a new role and user
1616

17-
Run the SQL commands below to create a role `(segment_entities)` and user `(segment_entities_user)`.
17+
Run the SQL commands below to create a role (`segment_entities`) and user (`segment_entities_user`).
1818

1919
```sql
2020
-- create role
@@ -36,7 +36,7 @@ You'll need to grant access to schemas and tables that you'd like to enrich with
3636

3737
### Schemas
3838

39-
Grant schema permissions based on customer need. Visit Amazon's docs for more on [schema permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"} and to view [example commands](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT-examples.html){:target="_blank"} that you can use to grant permissions.
39+
Grant schema permissions based on customer need. Visit Amazon's docs to view [schema permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"} and [example commands](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT-examples.html){:target="_blank"} that you can use to grant permissions.
4040

4141
```ts
4242
-- view specific schemas in database
@@ -45,7 +45,7 @@ GRANT USAGE ON SCHEMA <schema-name> TO ROLE segment_entities;
4545

4646
### Tables
4747

48-
Grant table permissions based on customer need. View descriptions of [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"} from Amazon.
48+
Grant table permissions based on customer need. Learn more about Amazon's [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"}.
4949

5050
```ts
5151
-- query data from a specific table in a schema
@@ -54,7 +54,7 @@ GRANT SELECT ON TABLE <schema-name>.<table-name> TO ROLE segment_entities;
5454

5555
### RETL table permissions
5656

57-
If you've used RETL in your database, and added a new user, you'll need to add the following [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"}:
57+
If you've used RETL in your database, you'll need to add the following [table permissions](https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html){:target="_blank"}:
5858

5959
```ts
6060
GRANT USAGE, CREATE ON SCHEMA __segment_reverse_etl TO ROLE segment_entities;

src/unify/linked-profiles/setup-guides/snowflake-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Enter and run the code below to create the username and password combination tha
6868

6969
To use Linked Events, you'll need to grant access to `segment_entities_user` for the schemas and tables you'd like to read from to perform enrichments.
7070

71-
These tables need to live in the same database as the one used for storing sync deltas. You can give as broad or narrow of access as you require. If you give broad access to multiple schemas, you can sort through the schemas in the Segment UI to select the appropriate tables to create models from.
71+
These tables need to live in the same database as the one used for storing sync deltas. You can give as broad or narrow of access as you require. If you give broad access to multiple schemas, you can sort through the schemas in Segment to select the appropriate tables to create models from.
7272

7373
> success ""
7474
> Visit Snowflake's docs to learn more about [schema priveleges](https://docs.snowflake.com/en/user-guide/security-access-control-privileges#schema-privileges){:target="_blank"} and [table priveleges](https://docs.snowflake.com/en/user-guide/security-access-control-privileges#table-privileges){:target="_blank"}.
@@ -102,7 +102,7 @@ GRANT SELECT ON TABLE <schema-name>.<table_name> TO ROLE segment_entities;
102102

103103
### RETL table permissions
104104

105-
If Reverse ETL has ever run in your database, a Segment-managed schema is created and a new user is added. You'll need to add the following [table permissions](https://docs.snowflake.com/en/user-guide/security-access-control-privileges#table-privileges) with the command below.
105+
If you've ever run Reverse ETL in your database, you'll need to add the following [table permissions](https://docs.snowflake.com/en/user-guide/security-access-control-privileges#table-privileges){:target="_blank"}:
106106

107107
```sql
108108
GRANT USAGE ON SCHEMA __segment_reverse_etl TO ROLE segment_entities;
@@ -116,7 +116,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA __segment_reverse_e
116116

117117
To confirm table permissions:
118118
1. Log in as the user you've created (`segment_entities_user`).
119-
2. Verify the role created has the correct permissions with the following command:
119+
2. Verify the role created has the correct permissions with the commands below.
120120

121121
```ts
122122
use role segment_entities;

0 commit comments

Comments
 (0)