From 494086865c7d16791d582da874dd3e4158e54bcb Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:28:17 -0400 Subject: [PATCH 1/2] adding RETL source FAQ --- src/connections/reverse-etl/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/connections/reverse-etl/index.md b/src/connections/reverse-etl/index.md index 1481ccda27..1a5bae7746 100644 --- a/src/connections/reverse-etl/index.md +++ b/src/connections/reverse-etl/index.md @@ -354,6 +354,15 @@ Column JSON size | The maximum size of any single column value. | 128 KiB ## FAQs +#### What warehouses data sources does Segment support? +Segment supports the following sources: +* [Azure](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/azure-setup/) +* [BigQuery](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup/) +* [Databricks](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup/) +* [Postgres](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup/) +* [Redshift](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup/) +* [Snowflake](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup/) + #### Why do my sync results show *No records extracted* when I select *Updated records* after I enable the mapping? 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. From f75933e69e423c9eb92a035816e20f8eef96be60 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:30:32 -0400 Subject: [PATCH 2/2] fix q title --- src/connections/reverse-etl/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/reverse-etl/index.md b/src/connections/reverse-etl/index.md index 1a5bae7746..a747f3c7a3 100644 --- a/src/connections/reverse-etl/index.md +++ b/src/connections/reverse-etl/index.md @@ -354,7 +354,7 @@ Column JSON size | The maximum size of any single column value. | 128 KiB ## FAQs -#### What warehouses data sources does Segment support? +#### What warehouse data sources does Segment support? Segment supports the following sources: * [Azure](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/azure-setup/) * [BigQuery](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup/)