Skip to content

Commit b8f336d

Browse files
authored
Merge pull request #5622 from segmentio/add-retl-faq-1
Add 1 FAQ for rETL
2 parents cd21132 + aa69d92 commit b8f336d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,8 @@ Column count | The maximum number of columns a single sync will process. | 512 c
298298
Column name length | The maximum length of a record column. | 128 characters
299299
Record JSON size | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
300300
Column JSON size | The maximum size of any single column value. | 128 KiB
301+
302+
## FAQs
303+
304+
#### Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping?
305+
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.

0 commit comments

Comments
 (0)