You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,3 +303,6 @@ Column JSON size | The maximum size of any single column value. | 128 KiB
303
303
304
304
#### Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping?
305
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.
306
+
307
+
#### Does Segment use TLS for the connection between Snowflake and Segment?
308
+
Segment uses the official [gosnowflake library](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#pkg-variables) for connecting with the Snowflake, which internally uses TLS for the HTTP transport.
0 commit comments