Skip to content

Commit

Permalink
[DataFactory] Support source sink level staging (#10290)
Browse files Browse the repository at this point in the history
* Enable excel in public swagger

* update

* rollback dataflow change

* Support source/sink level staging in dataflow

Co-authored-by: zhanyu2014 <[email protected]>
  • Loading branch information
yuzhangyi and zhanyu2024 authored Jul 31, 2020
1 parent 3d12d70 commit cfd53fb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
"schemaLinkedService": {
"description": "Schema linked service reference.",
"$ref": "../datafactory.json#/definitions/LinkedServiceReference"
},
"staging": {
"description": "Staging info for execute data flow activity.",
"$ref": "../datafactory.json#/definitions/DataFlowStagingInfo"
}
}
},
Expand All @@ -143,6 +147,10 @@
"schemaLinkedService": {
"description": "Schema linked service reference.",
"$ref": "../datafactory.json#/definitions/LinkedServiceReference"
},
"staging": {
"description": "Staging info for execute data flow activity.",
"$ref": "../datafactory.json#/definitions/DataFlowStagingInfo"
}
}
}
Expand Down

0 comments on commit cfd53fb

Please sign in to comment.