diff --git a/Code/DataFactory/pipeline/Order Summary with Mapping With Param.json b/Code/DataFactory/pipeline/Order Summary with Mapping With Param.json new file mode 100644 index 0000000..6347c62 --- /dev/null +++ b/Code/DataFactory/pipeline/Order Summary with Mapping With Param.json @@ -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" +} \ No newline at end of file