Skip to content

Commit 615d0d5

Browse files
Merge pull request #7025 from segmentio/fix-retl-section-order
Fix section order in Setup Reverse ETL docs
2 parents cdda6e2 + 65ec000 commit 615d0d5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/connections/reverse-etl/setup.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ To create a mapping:
9898
12. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
9999
* If you disable the mapping state to the destination, events that match the trigger condition in the mapping won’t be sent to the destination.
100100

101-
## Initial sync for a given mapping
102-
After you've set up your source, model, destination, and mappings for Reverse ETL, your data will extract and sync to your destination(s) right away if you chose an interval schedule. If you set your data to extract at a specific day and time, the extraction will take place then.
103-
104-
## Edit Reverse ETL syncs
105-
### Edit your model
106-
107-
To edit your model:
108-
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
109-
2. Select the source and the model you want to edit.
110-
3. On the overview tab, click **Edit** to edit your query.
111-
4. Click the **Settings** tab to edit the model name or change the schedule settings.
112-
113101
### Supported object and arrays
114102

115103
When you set up destination actions in Reverse ETL, depending on the destination, some [mapping fields](/docs/connections/reverse-etl/setup/#step-4-create-mappings) may require data as an [object](/docs/connections/reverse-etl/manage-retl/#object-mapping) or [array](/docs/connections/reverse-etl/manage-retl/#array-mapping).
@@ -192,6 +180,19 @@ To opt out of including null values in your downstream syncs:
192180
5. In the field dropdown selection, disable the **Sync null values** toggle.
193181

194182

183+
## Initial sync for a given mapping
184+
After you've set up your source, model, destination, and mappings for Reverse ETL, your data will extract and sync to your destination(s) right away if you chose an interval schedule. If you set your data to extract at a specific day and time, the extraction will take place then.
185+
186+
## Edit Reverse ETL syncs
187+
### Edit your model
188+
189+
To edit your model:
190+
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
191+
2. Select the source and the model you want to edit.
192+
3. On the overview tab, click **Edit** to edit your query.
193+
4. Click the **Settings** tab to edit the model name or change the schedule settings.
194+
195+
195196
### Edit your mapping
196197

197198
To edit your mapping:

0 commit comments

Comments
 (0)