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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-snowflake.md
+69-1Lines changed: 69 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -684,7 +684,75 @@ For more information about the properties, see [Lookup activity](control-flow-lo
684
684
685
685
## Upgrade the Snowflake linked service
686
686
687
-
To upgrade the Snowflake linked service, create a new Snowflake linked service and configure it by referring to [Linked service properties](#linked-service-properties).
687
+
To upgrade the Snowflake linked service, you can do a side-by-side upgrade, or an in-place upgrade.
688
+
689
+
### Side-by-side upgrade
690
+
691
+
To perform a side-by-side upgrade, complete the following steps:
692
+
693
+
1. Create a new Snowflake linked service and configure it by referring to the linked service properties.
694
+
1. Create a dataset based on the newly created Snowflake linked service.
695
+
1. Replace the new linked service and dataset with the existing ones in the pipelines that targets the legacy objects.
696
+
697
+
### In-place upgrade
698
+
699
+
To perform an in-place upgrade, you need to edit the existing linked service payload.
700
+
701
+
1. Update the type from ‘Snowflake’ to ‘SnowflakeV2’.
702
+
2. Modify the linked service payload from its legacy format to the new pattern. You can either fill in each field from the user interface after changing the type mentioned above, or update the payload directly through the JSON Editor. Refer to the [Linked service properties](#linked-service-properties) section in this article for the supported connection properties. The following examples show the differences in payload for the legacy and new Snowflake connectors:
1. Update dataset to use the new linked service. You can either create a new dataset based on the newly created linked service, or update an existing dataset's type property from _SnowflakeTable_ to _SnowflakeV2Table_.
688
756
689
757
## Differences between Snowflake and Snowflake (legacy)
0 commit comments