Adding pipeline: pipeline1
This commit is contained in:
parent
e443c98329
commit
32de076603
29
Code/DataFactory/pipeline/pipeline1.json
Normal file
29
Code/DataFactory/pipeline/pipeline1.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "pipeline1",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Execute Pipeline1",
|
||||
"type": "ExecutePipeline",
|
||||
"dependsOn": [],
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"pipeline": {
|
||||
"referenceName": "Wait 10",
|
||||
"type": "PipelineReference"
|
||||
},
|
||||
"waitOnCompletion": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"Test": {
|
||||
"type": "String"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Demo Pipelines/Data Uploads"
|
||||
},
|
||||
"annotations": []
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user