Skip to content

Commit

Permalink
[DataFactory] Support source sink level staging (Azure#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 <zhanyu@microsoft.com>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 01e8d09 commit bc9a553
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 bc9a553

Please sign in to comment.