Skip to content

Commit

Permalink
[Script][Snowflake] Added swagger to suppport multi-resultset (#31674)
Browse files Browse the repository at this point in the history
* [Script][Snowflake] Added swagger to suppport multi-resultset

* Resolved comment

* Bypass spell check due to data contract

* Added description

---------

Co-authored-by: Dan Liu <liudan7@microsoft.com>
Co-authored-by: Ruoxuan Wang <52271048+ruowan@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent fd102c4 commit bd37988
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,18 @@
"Exprired"
]
},
{
"filename": "**/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json",
"words": [
"Multistatement"
]
},
{
"filename": "**/specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json",
"words": [
"Multistatement"
]
},
{
"filename": "**/specification/synapse/resource-manager/Microsoft.Synapse/stable/2020-12-01/integrationRuntime.json",
"words": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8574,6 +8574,11 @@
"required": [
"logDestination"
]
},
"returnMultistatementResult": {
"type": "object",
"x-ms-format": "dfe-bool",
"description": "Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7569,6 +7569,10 @@
"required": [
"logDestination"
]
},
"returnMultistatementResult": {
"type": "object",
"description": "Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean)."
}
}
},
Expand Down

0 comments on commit bd37988

Please sign in to comment.