Added lab ADF artifacts
This commit is contained in:
46
Code/DataFactory/pipeline/BuildDimProduct.json
Normal file
46
Code/DataFactory/pipeline/BuildDimProduct.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "BuildDimProduct",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Run UpdateProductDimension",
|
||||
"type": "ExecuteDataFlow",
|
||||
"dependsOn": [],
|
||||
"policy": {
|
||||
"timeout": "0.12:00:00",
|
||||
"retry": 0,
|
||||
"retryIntervalInSeconds": 30,
|
||||
"secureOutput": false,
|
||||
"secureInput": false
|
||||
},
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"dataflow": {
|
||||
"referenceName": "UpdateProductDimension",
|
||||
"type": "DataFlowReference",
|
||||
"datasetParameters": {
|
||||
"Product": {
|
||||
"FileName": "Product.tsv"
|
||||
},
|
||||
"ProductSubcategory": {
|
||||
"FileName": "ProductSubcategory.tsv"
|
||||
},
|
||||
"ProductCategory": {
|
||||
"FileName": "ProductCategory.tsv"
|
||||
}
|
||||
}
|
||||
},
|
||||
"compute": {
|
||||
"coreCount": 8,
|
||||
"computeType": "General"
|
||||
},
|
||||
"traceLevel": "Fine"
|
||||
}
|
||||
}
|
||||
],
|
||||
"folder": {
|
||||
"name": "Labs"
|
||||
},
|
||||
"annotations": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user