We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2970e41 commit 2970400Copy full SHA for 2970400
specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/DataFlow.json
@@ -128,6 +128,14 @@
128
"description": "Transformation description.",
129
"type": "string"
130
},
131
+ "dataset": {
132
+ "description": "Dataset reference.",
133
+ "$ref": "../artifacts.json#/definitions/DatasetReference"
134
+ },
135
+ "linkedService": {
136
+ "description": "Linked service reference.",
137
+ "$ref": "../artifacts.json#/definitions/LinkedServiceReference"
138
139
"flowlet": {
140
"description": "Flowlet Reference",
141
"$ref": "../artifacts.json#/definitions/DataFlowReference"
0 commit comments