You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| type | The type property must be set to **SnowflakeV2**. | Yes |
96
-
| version | The version that you specify. Recommend upgrading to the latest version to take advantage of the newest enhancements. | Yes for version 1.1 (Preview) |
96
+
| version | The version that you specify. Recommend upgrading to the latest version to take advantage of the newest enhancements. | Yes for version 1.1 |
97
97
| accountIdentifier | The name of the account along with its organization. For example, myorg-account123. | Yes |
98
98
| database | The default database used for the session after connecting. | Yes |
99
99
| warehouse | The default virtual warehouse used for the session after connecting. |Yes|
@@ -715,7 +715,7 @@ The following table shows the release stage and change logs for different versio
715
715
| :----------- | :------- |:------- |
716
716
| Snowflake V1 | End of support announced | / |
717
717
| Snowflake V2 (version 1.0) | GA version available | • Add support for Key pair authentication. <br><br>• Add support for `storageIntegration` in Copy activity. <br><br>• The `accountIdentifier`, `warehouse`, `database`, `schema` and `role` properties are used to establish a connection instead of `connectionstring` property.<br><br>• Add support for Decimal in Lookup activity. The NUMBER type, as defined in Snowflake, will be displayed as a string in Lookup activity. If you want to covert it to numeric type in V2, you can use the pipeline parameter with [int function](control-flow-expression-language-functions.md#int) or [float function](control-flow-expression-language-functions.md#float). For example, `int(activity('lookup').output.firstRow.VALUE)`, `float(activity('lookup').output.firstRow.VALUE)`<br><br>• timestamp data type in Snowflake is read as DateTimeOffset data type in Lookup and Script activity. If you still need to use the Datetime value as a parameter in your pipeline after upgrading to V2, you can convert DateTimeOffset type to DateTime type by using [formatDateTime function](control-flow-expression-language-functions.md#formatdatetime) (recommended) or [concat function](control-flow-expression-language-functions.md#concat). For example: `formatDateTime(activity('lookup').output.firstRow.DATETIMETYPE)`, `concat(substring(activity('lookup').output.firstRow.DATETIMETYPE, 0, 19), 'Z')` <br><br>• NUMBER (p,0) is read as Decimal data type.<br><br>• TIMESTAMP_LTZ, TIMESTAMP_NTZ and TIMESTAMP_TZ is read as DateTimeOffset data type.<br><br>• Script parameters are not supported in Script activity. 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).<br><br>• Multiple SQL statements execution in Script activity is not supported. |
718
-
| Snowflake V2 (version 1.1) |Preview version available | • Add support for script parameters.<br><br>• Add support for multiple statement execution in Script activity. |
718
+
| Snowflake V2 (version 1.1) |GA version available | • Add support for script parameters.<br><br>• Add support for multiple statement execution in Script activity. |
719
719
720
720
### <aname="upgrade-the-snowflake-linked-service"></a> Upgrade the Snowflake connector from V1 to V2
721
721
@@ -792,7 +792,7 @@ To perform an in-place upgrade, you need to edit the existing linked service pay
792
792
>[!NOTE]
793
793
>When transitioning linked services, the override template parameter section might only display database properties. You can resolve this by manually editing the parameters. After that the **Override template parameters** section will show the connection strings.
794
794
795
-
### Upgrade the Snowflake V2 connector from version 1.0 to version 1.1 (Preview)
795
+
### Upgrade the Snowflake V2 connector from version 1.0 to version 1.1
796
796
797
797
In **Edit linked service** page, select 1.1 for version. For more information, see [Linked service properties](#linked-service-properties).
0 commit comments