Skip to content

Commit 103d801

Browse files
committed
Suggestions from code review + add beta note to setup docs
1 parent 70c09eb commit 103d801

File tree

5 files changed

+19
-23
lines changed

5 files changed

+19
-23
lines changed

src/connections/destinations/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If necessary, click **New Mapping** to create a new, blank action.
119119
2. Test those conditions to make sure that they correctly match an expected event.
120120
This step looks for events that match the criteria in the [debugger queue](/docs/connections/sources/debugger/), so you might need to Trigger some events with the expected criteria to test your conditions. You can skip the test step if needed, and re-try it at any time.
121121
3. Select data models to [enrich your events](/docs/unify/linked-profiles/linked-events/) with.
122-
4. Next, set up the data mapping from the Segment format to the destination tool format.
122+
4. Set up the data mapping from the Segment format to the destination tool format.
123123
- You can click the Source field, then select the **Enrichments** tab to view and select Enrichments to use.
124124
5. Test the mapping with data from a sample event.
125125
The edit panel shows you the mapping output in the format for the destination tool. You can change your mapping as needed and re-test.

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

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can choose which database within your warehouse this data lives in.
7676

7777
The table below shows the data warehouses Linked Events supports. View the Segment docs for your warehouse, then carry out the corresponding steps.
7878

79-
| **Table** | **Steps** |
79+
| Data Warehouse | Steps |
8080
|------------------------|-------------------------|
8181
| [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**. |
8282
| [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. |
@@ -152,43 +152,30 @@ After you’ve added Enrichments, test and save your enrichments.
152152
153153
## Frequently asked questions
154154

155-
{% faq %}
156-
{% faqitem What data warehouse permissions does Segment require? %}
155+
#### What data warehouse permissions does Segment require?
157156

158157
To use Linked Events, be sure that you have proper permissions for the Data Warehouse you're using. Visit 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 to learn more about updating permissions.
159158

160-
{% endfaqitem %}
161-
162-
{% faqitem How often do syncs occur? %}
159+
#### How often do syncs occur?
163160

164161
Segment currently syncs once every hour.
165162

166-
{% endfaqitem %}
167-
168-
169-
{% faqitem Which Action Destinations does Linked Events support? %}
163+
#### Which Action Destinations does Linked Events support?
170164

171165
For Linked Events, Segment supports all Actions Destinations.
172166

173-
{% endfaqitem %}
174-
175-
{% faqitem Why aren't test events working? %}
167+
#### Why aren't test events working?
176168

177169
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.
178170

179-
{% endfaqitem %}
180-
181-
{% faqitem Can I view my Linked Events Audit Trail? %}
171+
#### Can I view my Linked Events Audit Trail?
182172

183173
Linked Events uses the existing Audit Trail in your Segment workspace. To view your Audit Trail, navigate to **Settings > Admin > Audit Trail**.
184174

185-
{% endfaqitem %}
186-
187-
{% faqitem How can I refresh linked data from my warehouse? %}
175+
#### How can I refresh linked data from my warehouse?
188176

189177
You can define a schedule for refreshing the linked data from your data warehouse.
190178

191-
{% endfaqitem %}
192-
{% endfaq %}
179+
193180

194181

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ beta: true
44
plan: unify
55
---
66

7+
> info "Linked Events is in private beta"
8+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9+
710
On this page, you'll learn how to connect your BigQuery data warehouse to Segment.
811

912
> warning ""

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ beta: true
44
plan: unify
55
---
66

7+
> info "Linked Events is in private beta"
8+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9+
710
On this page, you'll learn how to connect your Redshift data warehouse to Segment.
811

912
## Getting started
@@ -54,7 +57,7 @@ GRANT SELECT ON TABLE <schema-name>.<table-name> TO ROLE segment_entities;
5457

5558
### RETL table permissions
5659

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"}:
60+
If you 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"}:
5861

5962
```ts
6063
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ plan: unify
44
beta: true
55
---
66

7+
> info "Linked Events is in private beta"
8+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9+
710
On this page, you'll learn how to connect your Snowflake data warehouse to Segment.
811

912
Be sure to log in with a user that has read and write permissions so that Segment can write to your database.

0 commit comments

Comments
 (0)