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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ If your sink data store and format meet the criteria described in this section,
329
329
"typeProperties": {
330
330
"source": {
331
331
"type": "SnowflakeV2Source",
332
-
"sqlReaderQuery": "SELECT * FROM MYTABLE",
332
+
"query": "SELECT * FROM MYTABLE",
333
333
"exportSettings": {
334
334
"type": "SnowflakeExportCopyCommand",
335
335
"additionalCopyOptions": {
@@ -382,7 +382,7 @@ To use this feature, create an [Azure Blob storage linked service](connector-azu
382
382
"typeProperties": {
383
383
"source": {
384
384
"type": "SnowflakeV2Source",
385
-
"sqlReaderQuery": "SELECT * FROM MyTable",
385
+
"query": "SELECT * FROM MyTable",
386
386
"exportSettings": {
387
387
"type": "SnowflakeExportCopyCommand",
388
388
"storageIntegration": "< Snowflake storage integration name >"
@@ -673,7 +673,6 @@ The Snowflake connector offers new functionalities and is compatible with most f
673
673
| :----------- | :------- |
674
674
| Support Basic and Key pair authentication. | Support Basic authentication. |
675
675
| 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. |
677
676
| 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. |
0 commit comments