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
+47-47Lines changed: 47 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -696,63 +696,63 @@ To perform a side-by-side upgrade, complete the following steps:
696
696
697
697
### In-place upgrade
698
698
699
-
To perform an in-place upgrade, you need to edit the existing linked service payload.
699
+
To perform an in-place upgrade, you need to edit the existing linked service payload and update dataset to use the new linked service.
700
700
701
-
1. Update the type from ‘Snowflake’ to ‘SnowflakeV2’.
702
-
1. 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:
701
+
1. Update the type from **Snowflake** to **SnowflakeV2**.
702
+
1. 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_.
755
+
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**.
756
756
757
757
## Differences between Snowflake and Snowflake (legacy)
0 commit comments