Skip to content

Commit f656578

Browse files
committed
Update json format
1 parent 278dea4 commit f656578

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,7 @@ If your sink data store and format meet the criteria described in this section,
252252
}
253253
},
254254
"sink": {
255-
"type": "<sink type>",
256-
"importSettings": {
257-
"type": "SnowflakeImportCopyCommand"
258-
}
255+
"type": "<sink type>"
259256
}
260257
}
261258
}
@@ -292,17 +289,14 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
292289
],
293290
"typeProperties": {
294291
"source": {
295-
"type": "SnowflakeSource",
292+
"type": "SnowflakeSource",
293+
"sqlReaderQuery": "SELECT * FROM MyTable",
296294
"exportSettings": {
297-
"type": "SnowflakeExportCopyCommand"
298-
},
299-
"sqlReaderQuery": "SELECT * FROM MyTable"
295+
"type": "SnowflakeExportCopyCommand"
296+
}
300297
},
301298
"sink": {
302-
"type": "<sink type>",
303-
"importSettings": {
304-
"type": "SnowflakeImportCopyCommand"
305-
}
299+
"type": "<sink type>"
306300
},
307301
"enableStaging": true,
308302
"stagingSettings": {
@@ -391,10 +385,7 @@ If your source data store and format meet the criteria described in this section
391385
],
392386
"typeProperties": {
393387
"source": {
394-
"type": "<source type>",
395-
"exportSettings": {
396-
"type": "SnowflakeExportCopyCommand"
397-
}
388+
"type": "<source type>"
398389
},
399390
"sink": {
400391
"type": "SnowflakeSink",
@@ -444,10 +435,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
444435
],
445436
"typeProperties": {
446437
"source": {
447-
"type": "<source type>",
448-
"exportSettings": {
449-
"type": "SnowflakeExportCopyCommand"
450-
}
438+
"type": "<source type>"
451439
},
452440
"sink": {
453441
"type": "SnowflakeSink",

0 commit comments

Comments
 (0)