Skip to content

Commit

Permalink
Support source/sink level staging in dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyu2024 committed Jul 29, 2020
1 parent c10ec23 commit 284f696
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 284f696

Please sign in to comment.