From a0d2972c88541519fadedeb679d787371755f6d2 Mon Sep 17 00:00:00 2001 From: Michaela Isaacs Date: Wed, 15 Oct 2025 20:14:35 -0700 Subject: [PATCH 1/2] Snowflakekeypairauth2 Added support for Key Pair Authorization in Snowflake connector. --- powerquery-docs/connectors/snowflake.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/powerquery-docs/connectors/snowflake.md b/powerquery-docs/connectors/snowflake.md index ef5ffbe6a..1cda323f6 100644 --- a/powerquery-docs/connectors/snowflake.md +++ b/powerquery-docs/connectors/snowflake.md @@ -17,9 +17,12 @@ ms.custom: sfi-image-nochange | ---- | ----------- | | Release State | General Availability | | Products | Power BI (Semantic models)
Power BI (Dataflows)
Fabric (Dataflow Gen2)
Power Apps (Dataflows) | -| Authentication Types Supported | Snowflake (Username/Password), Microsoft account (Microsoft Entra ID) | +| Authentication Types Supported | Snowflake (Username/Password), Microsoft account (Microsoft Entra ID), Key Pair Authorization | | Function Reference Documentation | — | +> [!NOTE] +> The Snowflake connector now supports Key Pair Authorization. Please note that When using Key Pair Auth for the Snowflake connector, the ADBC implementation will be used; when choosing connections that are created with KeyPair Auth for a datasets or dataflows, they will automatically start using the ADBC implementation to complete the refresh and the results might be different. + > [!NOTE] > The Snowflake connector implementation 2.0 has been generally available since July 2025. Learn more about [this feature](#snowflake-connector-implementation-20). From d9a21c98fb7a8c9546e76b2e7a390b815b061c4c Mon Sep 17 00:00:00 2001 From: Michaela Isaacs Date: Thu, 16 Oct 2025 11:57:57 -0700 Subject: [PATCH 2/2] Update powerquery-docs/connectors/snowflake.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- powerquery-docs/connectors/snowflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerquery-docs/connectors/snowflake.md b/powerquery-docs/connectors/snowflake.md index 1cda323f6..6f44007a9 100644 --- a/powerquery-docs/connectors/snowflake.md +++ b/powerquery-docs/connectors/snowflake.md @@ -21,7 +21,7 @@ ms.custom: sfi-image-nochange | Function Reference Documentation | — | > [!NOTE] -> The Snowflake connector now supports Key Pair Authorization. Please note that When using Key Pair Auth for the Snowflake connector, the ADBC implementation will be used; when choosing connections that are created with KeyPair Auth for a datasets or dataflows, they will automatically start using the ADBC implementation to complete the refresh and the results might be different. +> When using Key Pair Authorization, the ADBC implementation is used. Connections (datasets or dataflows) created with Key Pair Authorization will automatically use ADBC for refresh. Please document specifically what differences to expect (e.g., behavior changes) or link to a section detailing them. > [!NOTE] > The Snowflake connector implementation 2.0 has been generally available since July 2025. Learn more about [this feature](#snowflake-connector-implementation-20).