Revised labs
This commit is contained in:
56
Labs/adf/pipeline/CopyAWEntities.json
Normal file
56
Labs/adf/pipeline/CopyAWEntities.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "CopyAWEntities",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Copy each AW entity",
|
||||
"type": "ForEach",
|
||||
"dependsOn": [],
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"items": {
|
||||
"value": "@variables('Entities')",
|
||||
"type": "Expression"
|
||||
},
|
||||
"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": "Lab3"
|
||||
},
|
||||
"annotations": [],
|
||||
"lastPublishTime": "2023-05-28T14:23:19Z"
|
||||
},
|
||||
"type": "Microsoft.DataFactory/factories/pipelines"
|
||||
}
|
||||
Reference in New Issue
Block a user