Skip to content

Commit 092e868

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Upgrade snowflake upgrade section content
1 parent a495d6e commit 092e868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,9 @@ To perform a side-by-side upgrade, complete the following steps:
699699
To perform an in-place upgrade, you need to edit the existing linked service payload and update dataset to use the new linked service.
700700

701701
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:
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 linked services:
703703

704-
**Legacy Snowflake connector JSON payload:**
704+
**Legacy Snowflake linked service JSON payload:**
705705
```json
706706
{
707707
"name": "Snowflake1",
@@ -722,7 +722,7 @@ To perform an in-place upgrade, you need to edit the existing linked service pay
722722
}
723723
```
724724

725-
**New Snowflake connector JSON payload:**
725+
**New Snowflake linked service JSON payload:**
726726
```json
727727
{
728728
"name": "Snowflake2",

0 commit comments

Comments
 (0)