Skip to content

Commit 58e7991

Browse files
committed
finish intros to some of the ref pages
1 parent 2b9779b commit 58e7991

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

src/connections/reverse-etl/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Reverse ETL FAQ
33
beta: false
44
---
55

6-
## Troubleshooting
6+
Get answers to some frequently asked Reverse ETL questions.
77

8-
### Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping?
8+
## Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping?
99
It's expected that when you select **Updated records** the records do not change after the first sync. During the first sync, the reverse ETL system calculates a snapshot of all the results and creates records in the `_segment_reverse_etl` schema. All the records are considered as *Added records* instead of *Updated records* at this time. The records can only meet the *Updated records* condition when the underlying values change after the first sync completes.
1010

11-
### Can I be notified when Reverse ETL syncs fail?
11+
## Can I be notified when Reverse ETL syncs fail?
1212
Yes, you can sign up for Reverse ETL sync notifications.
1313

1414
To receive Reverse ETL sync notifications:

src/connections/reverse-etl/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,24 @@ Learn more about the the system that powers Reverse ETL, the mappings that power
4444
<div class="flex__column flex__column--12 flex__column--4@medium">
4545
{% include components/reference-button.html
4646
href="/docs/connections/reverse-etl/observability"
47-
title="Observability"
48-
description="View the state of your Reverse ETL syncs and get alerts when things go wrong"
47+
title="Reverse ETL Observability"
48+
description="View the state of your Reverse ETL syncs and get alerted when things go wrong"
4949
%}
5050
</div>
5151

5252
<div class="flex__column flex__column--12 flex__column--4@medium">
5353
{% include components/reference-button.html
5454
href="/docs/connections/reverse-etl/mappings"
55-
title="Mappings"
56-
description="Supported objects/arrays and ways to manage your syncs"
55+
title="Reverse ETL Mappings"
56+
description="Supported objects and arrays along with ways to manage your syncs"
5757
%}
5858
</div>
5959

6060
<div class="flex__column flex__column--12 flex__column--4@medium">
6161
{% include components/reference-button.html
6262
href="/docs/connections/reverse-etl/system"
63-
title="System"
64-
description="Technical details about how Reverse ETL works"
63+
title="Reverse ETL System"
64+
description="Reference material about system limits and how Segment detects data changes"
6565
%}
6666
</div>
6767
</div>

src/connections/reverse-etl/mappings.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Mappings
2+
title: Reverse ETL Mappings
33
beta: false
44
---
55

6-
Learn more about supported object and array values in your mappings and how to reset or replay your syncs.
6+
Learn which mapping fields support object and array values in your mappings and how you can reset or replay your syncs.
77

88
## Supported object and arrays
99

@@ -79,7 +79,5 @@ To reset a sync:
7979
3. Select the checkbox that you understand what happens when a sync is reset.
8080
4. Click **Reset sync**.
8181

82-
### Automatic retry handling
83-
8482
## Replays
8583
You can choose to replay syncs. To replay a specific sync, contact [[email protected]](mailto:[email protected]). Keep in mind that triggering a replay resyncs all records for a given sync.

src/connections/reverse-etl/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Reverse ETL Observability
33
beta: false
44
---
55

6-
With the Sync history tab, you can view the status of your data extractions and see details about syncs with your warehouse.
6+
Use Segment's sync history and email alert features to get better insights about the status of your Reverse ETL syncs.
77

88
## Sync history
99
Check the status of your data extractions and see details of your syncs. Click into failed records to view additional details on the error, sample payloads to help you debug the issue, and recommended actions.

src/connections/reverse-etl/reverse-etl-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Reverse ETL Catalog
33
beta: false
44
---
55

6-
Reverse ETL supports the entire Segment destination catalog - 30+ Actions destinations are natively supported, Segment Classic destinations are supported through the [Segment Connections](#segment-connections-destination) destination, and Twilio Engage Premier Subscriptions users can use the Segment Profiles destination to sync subscription data from warehouses to destinations.
6+
Reverse ETL supports most of the Segment destination catalog - 30+ Actions destinations are natively supported, Segment Classic destinations are supported through the [Segment Connections](#segment-connections-destination) destination, and Twilio Engage Premier Subscriptions users can use the Segment Profiles destination to sync subscription data from warehouses to destinations.
77

88
These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you don’t see your destination listed in the Reverse ETL catalog, use the [Segment Connections destination](/docs/connections/destinations/catalog/actions-segment/) to send data from your Reverse ETL warehouse to other destinations listed in the [catalog](/docs/connections/destinations/catalog/).
99

src/connections/reverse-etl/system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Reverse ETL System
33
beta: false
44
---
55

6-
<!--- TODO: write an intro for this page--->
6+
View reference information about how Segment detects data changes in your warehouse and the rate and usage limits associated with Reverse ETL.
77

88
## Record diffing
99
Reverse ETL computes the incremental changes to your data directly within your data warehouse. The Unique Identifier column is used to detect the data changes, such as new, updated, and deleted records.

0 commit comments

Comments
 (0)