Skip to content

Commit be7ada4

Browse files
committed
update json
1 parent 0c363b3 commit be7ada4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ If your sink data store and format meet the criteria described in this section,
254254
"sink": {
255255
"type": "<sink type>",
256256
"importSettings": {
257-
"type": "SnowflakeExportCopyCommand"
257+
"type": "SnowflakeImportCopyCommand"
258258
}
259259
}
260260
}
@@ -301,7 +301,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
301301
"sink": {
302302
"type": "<sink type>",
303303
"importSettings": {
304-
"type": "SnowflakeExportCopyCommand"
304+
"type": "SnowflakeImportCopyCommand"
305305
}
306306
},
307307
"enableStaging": true,
@@ -393,7 +393,7 @@ If your source data store and format meet the criteria described in this section
393393
"source": {
394394
"type": "<source type>",
395395
"exportSettings": {
396-
"type": "SnowflakeImportCopyCommand"
396+
"type": "SnowflakeExportCopyCommand"
397397
}
398398
},
399399
"sink": {
@@ -446,7 +446,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
446446
"source": {
447447
"type": "<source type>",
448448
"exportSettings": {
449-
"type": "SnowflakeImportCopyCommand"
449+
"type": "SnowflakeExportCopyCommand"
450450
}
451451
},
452452
"sink": {

0 commit comments

Comments
 (0)