Skip to content

Commit 5ef74d4

Browse files
Merge pull request #272245 from Clare-Zheng82/0411-Add_Snowflake_V2_difference
[Doc update] Add Snowflake difference section
2 parents fcd3410 + b19f5bd commit 5ef74d4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 02/06/2024
11+
ms.date: 04/11/2024
1212
---
1313

1414
# Copy and transform data in Snowflake using Azure Data Factory or Azure Synapse Analytics
@@ -635,7 +635,18 @@ For more information about the properties, see [Lookup activity](control-flow-lo
635635

636636
## Upgrade the Snowflake linked service
637637

638-
To upgrade the Snowflake linked service, create a new Snowflake linked service and configure it by referring to [Linked service properties](#linked-service-properties).
638+
To upgrade the Snowflake linked service, create a new Snowflake linked service and configure it by referring to [Linked service properties](#linked-service-properties).
639+
640+
## Differences between Snowflake and Snowflake (legacy)
641+
642+
The Snowflake connector offers new functionalities and is compatible with most features of Snowflake (legacy) connector. The table below shows the feature differences between Snowflake and Snowflake (legacy).
643+
644+
| Snowflake | Snowflake (legacy) |
645+
| :----------- | :------- |
646+
| Support Basic and Key pair authentication. | Support Basic authentication. |
647+
| Script parameters are not supported in Script activity currently. As an alternative, utilize dynamic expressions for script parameters. For more information, see [Expressions and functions in Azure Data Factory and Azure Synapse Analytics](control-flow-expression-language-functions.md). | Support script parameters in Script activity. |
648+
| Multiple SQL statements execution in Script activity is not supported currently. To execute multiple SQL statements, divide the query into several script blocks. | Support multiple SQL statements execution in Script activity. |
649+
| Support BigDecimal in Lookup activity. The NUMBER type, as defined in Snowflake, will be displayed as a string in Lookup activity. | BigDecimal is not supported in Lookup activity. |
639650

640651
## Related content
641652

0 commit comments

Comments
 (0)