Skip to content

Commit 330c79d

Browse files
authored
Merge pull request #5857 from segmentio/dineshraj-arunmozhi-patch-2
Update index.md
2 parents efd5453 + 20df00a commit 330c79d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ Column JSON size | The maximum size of any single column value. | 128 KiB
312312
#### Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping?
313313
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.
314314

315+
#### Does Segment use Transport Layer Security (TLS) for the connection between Snowflake and Segment?
316+
Segment uses the [gosnowflake library](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#pkg-variables){:target="_blank"} to connect with Snowflake, which internally uses TLS for the HTTP transport.
317+
315318
#### Can I be notified when Reverse ETL syncs fail?
316319
Yes, you can sign up for Reverse ETL sync notifications.
317320

0 commit comments

Comments
 (0)