Adding pipeline: Order Summary with Mapping With Param
This commit is contained in:
parent
3bb9e481e9
commit
f6b2bde9cb
@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "Order Summary with Mapping With Param",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Mapping Order Aggregation",
|
||||
"type": "ExecuteDataFlow",
|
||||
"dependsOn": [],
|
||||
"policy": {
|
||||
"timeout": "7.00:00:00",
|
||||
"retry": 0,
|
||||
"retryIntervalInSeconds": 30,
|
||||
"secureOutput": false,
|
||||
"secureInput": false
|
||||
},
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"dataflow": {
|
||||
"referenceName": "MappingOrderAggregationWithParam",
|
||||
"type": "DataFlowReference",
|
||||
"parameters": {
|
||||
"AuditColumn": {
|
||||
"value": "'@{pipeline().parameters.AuditColumnValue}'",
|
||||
"type": "Expression"
|
||||
}
|
||||
}
|
||||
},
|
||||
"compute": {
|
||||
"coreCount": 8,
|
||||
"computeType": "General"
|
||||
},
|
||||
"traceLevel": "Fine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"AuditColumnValue": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Demo Pipelines/Data Flows"
|
||||
},
|
||||
"annotations": [],
|
||||
"lastPublishTime": "2020-09-02T14:13:15Z"
|
||||
},
|
||||
"type": "Microsoft.DataFactory/factories/pipelines"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user