From d91dac8333c248f095d016f2b9c452f503126caf Mon Sep 17 00:00:00 2001 From: Ernesto Ongaro Date: Tue, 21 Nov 2023 16:36:40 +0000 Subject: [PATCH 1/3] add note about SQL Analytics endpoints --- website/docs/docs/core/connect-data-platform/fabric-setup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/fabric-setup.md b/website/docs/docs/core/connect-data-platform/fabric-setup.md index 11a8cf6f98b..2ddc1a9b271 100644 --- a/website/docs/docs/core/connect-data-platform/fabric-setup.md +++ b/website/docs/docs/core/connect-data-platform/fabric-setup.md @@ -39,12 +39,15 @@ If you already have ODBC Driver 17 installed, then that one will work as well. #### Supported configurations -* The adapter is tested with Microsoft Fabric Synapse Data Warehouse. +* The adapter is tested with Microsoft Fabric Synapse Data Warehouses (aka Warehouses). * We test all combinations with Microsoft ODBC Driver 17 and Microsoft ODBC Driver 18. * The collations we run our tests on are `Latin1_General_100_BIN2_UTF8`. The adapter support is not limited to the matrix of the above configurations. If you notice an issue with any other configuration, let us know by opening an issue on [GitHub](https://github.com/microsoft/dbt-fabric). +##### Unsupported configurations +SQL analytics endpoints are read-only and therefore not appropriate for Transformation workloads, use a Warehouse instead. + ## Authentication methods & profile configuration ### Common configuration From 39ac7c2abfd82971f651630da98babd4ca7c1e76 Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:01:26 -0800 Subject: [PATCH 2/3] Update website/docs/docs/core/connect-data-platform/fabric-setup.md --- website/docs/docs/core/connect-data-platform/fabric-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/fabric-setup.md b/website/docs/docs/core/connect-data-platform/fabric-setup.md index 037c250b79c..dd02bfe8e06 100644 --- a/website/docs/docs/core/connect-data-platform/fabric-setup.md +++ b/website/docs/docs/core/connect-data-platform/fabric-setup.md @@ -39,7 +39,7 @@ If you already have ODBC Driver 17 installed, then that one will work as well. #### Supported configurations -* The adapter is tested with Microsoft Fabric Synapse Data Warehouses (aka Warehouses). +* The adapter is tested with Microsoft Fabric Synapse Data Warehouses (also referred to as Warehouses). * We test all combinations with Microsoft ODBC Driver 17 and Microsoft ODBC Driver 18. * The collations we run our tests on are `Latin1_General_100_BIN2_UTF8`. From 36807370c87b10a286c3ce1852069b87652150f9 Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:03:36 -0800 Subject: [PATCH 3/3] Update website/docs/docs/core/connect-data-platform/fabric-setup.md --- website/docs/docs/core/connect-data-platform/fabric-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/fabric-setup.md b/website/docs/docs/core/connect-data-platform/fabric-setup.md index dd02bfe8e06..5180d65ebb9 100644 --- a/website/docs/docs/core/connect-data-platform/fabric-setup.md +++ b/website/docs/docs/core/connect-data-platform/fabric-setup.md @@ -46,7 +46,7 @@ If you already have ODBC Driver 17 installed, then that one will work as well. The adapter support is not limited to the matrix of the above configurations. If you notice an issue with any other configuration, let us know by opening an issue on [GitHub](https://github.com/microsoft/dbt-fabric). ##### Unsupported configurations -SQL analytics endpoints are read-only and therefore not appropriate for Transformation workloads, use a Warehouse instead. +SQL analytics endpoints are read-only and so are not appropriate for Transformation workloads, use a Warehouse instead. ## Authentication methods & profile configuration