Skip to content

Commit ffe5176

Browse files
Merge pull request #287460 from jonburchel/patch-46
Update connector-snowflake.md
2 parents 6cad790 + c26955f commit ffe5176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ The Snowflake connector offers new functionalities and is compatible with most f
695695
| Support Basic and Key pair authentication. | Support Basic authentication. |
696696
| 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. |
697697
| 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. |
698+
| Legacy ```connectionstring``` property is deprecated in favor of required parameters **Account**, **Warehouse**, **Database**, **Schema**, and **Role** | In the legacy Snowflake connector, the `connectionstring` property was used to establish a connection. |
698699

699700
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"```.
700701

0 commit comments

Comments
 (0)