Added lab ADF artifacts
This commit is contained in:
55
Code/DataFactory/pipeline/CopyAWEntities.json
Normal file
55
Code/DataFactory/pipeline/CopyAWEntities.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "CopyAWEntities",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Copy each AW entity",
|
||||
"type": "ForEach",
|
||||
"dependsOn": [],
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"items": {
|
||||
"value": "@variables('Entities')",
|
||||
"type": "Expression"
|
||||
},
|
||||
"isSequential": false,
|
||||
"activities": [
|
||||
{
|
||||
"name": "Execute CopyAWEntity",
|
||||
"type": "ExecutePipeline",
|
||||
"dependsOn": [],
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"pipeline": {
|
||||
"referenceName": "CopyAWEntity",
|
||||
"type": "PipelineReference"
|
||||
},
|
||||
"waitOnCompletion": true,
|
||||
"parameters": {
|
||||
"Entity": {
|
||||
"value": "@item()",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"Entities": {
|
||||
"type": "Array",
|
||||
"defaultValue": [
|
||||
"Product",
|
||||
"ProductSubcategory",
|
||||
"ProductCategory"
|
||||
]
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user