Skip to content

Commit 4a5ad4a

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update JSON and differences section
1 parent 8212b3b commit 4a5ad4a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/data-factory/connector-snowflake-legacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 05/22/2024
11+
ms.date: 07/02/2024
1212
---
1313

1414
# Copy and transform data in Snowflake using Azure Data Factory or Azure Synapse Analytics (legacy)
@@ -253,7 +253,7 @@ If your sink data store and format meet the criteria described in this section,
253253
"typeProperties": {
254254
"source": {
255255
"type": "SnowflakeSource",
256-
"sqlReaderQuery": "SELECT * FROM MYTABLE",
256+
"query": "SELECT * FROM MYTABLE",
257257
"exportSettings": {
258258
"type": "SnowflakeExportCopyCommand",
259259
"additionalCopyOptions": {
@@ -304,7 +304,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
304304
"typeProperties": {
305305
"source": {
306306
"type": "SnowflakeSource",
307-
"sqlReaderQuery": "SELECT * FROM MyTable",
307+
"query": "SELECT * FROM MyTable",
308308
"exportSettings": {
309309
"type": "SnowflakeExportCopyCommand"
310310
}

articles/data-factory/connector-snowflake.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ If your sink data store and format meet the criteria described in this section,
329329
"typeProperties": {
330330
"source": {
331331
"type": "SnowflakeV2Source",
332-
"sqlReaderQuery": "SELECT * FROM MYTABLE",
332+
"query": "SELECT * FROM MYTABLE",
333333
"exportSettings": {
334334
"type": "SnowflakeExportCopyCommand",
335335
"additionalCopyOptions": {
@@ -382,7 +382,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
382382
"typeProperties": {
383383
"source": {
384384
"type": "SnowflakeV2Source",
385-
"sqlReaderQuery": "SELECT * FROM MyTable",
385+
"query": "SELECT * FROM MyTable",
386386
"exportSettings": {
387387
"type": "SnowflakeExportCopyCommand",
388388
"storageIntegration": "< Snowflake storage integration name >"
@@ -673,7 +673,6 @@ The Snowflake connector offers new functionalities and is compatible with most f
673673
| :----------- | :------- |
674674
| Support Basic and Key pair authentication. | Support Basic authentication. |
675675
| Script parameters are not supported in Script activity currently. As an alternative, utilize dynamic expressions for script parameters. For more information, see [Expressions and functions in Azure Data Factory and Azure Synapse Analytics](control-flow-expression-language-functions.md). | Support script parameters in Script activity. |
676-
| Multiple SQL statements execution in Script activity is not supported currently. To execute multiple SQL statements, divide the query into several script blocks. | Support multiple SQL statements execution in Script activity. |
677676
| Support BigDecimal in Lookup activity. The NUMBER type, as defined in Snowflake, will be displayed as a string in Lookup activity. | BigDecimal is not supported in Lookup activity. |
678677

679678
## Related content

0 commit comments

Comments
 (0)