Skip to content

Commit 23a69d5

Browse files
Merge pull request #281116 from jonburchel/patch-43
Update connector-snowflake.md
2 parents 30440a7 + 8bd8e99 commit 23a69d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,14 @@ The Snowflake connector offers new functionalities and is compatible with most f
675675
| 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. |
676676
| 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. |
677677

678+
To determine the version of the Snowflake connector used in your existing Snowflake linked service, check the ```type``` property. The legacy version is identified by ```"type": "Snowflake"```, while the latest V2 version is identified by ```"type": "SnowflakeV2"```.
679+
680+
The V2 version offers several enhancements over the legacy version, including:
681+
682+
Autoscaling: Automatically adjusts resources based on traffic load.
683+
Multi-Availability Zone Operation: Provides resilience by operating across multiple availability zones.
684+
Static IP Support: Enhances security by allowing the use of static IP addresses.
685+
678686
## Related content
679687

680688
For a list of data stores supported as sources and sinks by Copy activity, see [supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)