Adding pipeline: 05 - Get File List Utility
This commit is contained in:
parent
32de076603
commit
f81a37adc4
52
Code/DataFactory/pipeline/05 - Get File List Utility.json
Normal file
52
Code/DataFactory/pipeline/05 - Get File List Utility.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "05 - Get File List Utility",
|
||||
"properties": {
|
||||
"activities": [
|
||||
{
|
||||
"name": "Get File List",
|
||||
"type": "Lookup",
|
||||
"dependsOn": [],
|
||||
"policy": {
|
||||
"timeout": "7.00:00:00",
|
||||
"retry": 0,
|
||||
"retryIntervalInSeconds": 30,
|
||||
"secureOutput": false,
|
||||
"secureInput": false
|
||||
},
|
||||
"userProperties": [],
|
||||
"typeProperties": {
|
||||
"source": {
|
||||
"type": "AzureSqlSource",
|
||||
"sqlReaderQuery": {
|
||||
"value": "@pipeline().parameters.GetFileQuery",
|
||||
"type": "Expression"
|
||||
},
|
||||
"queryTimeout": "02:00:00",
|
||||
"partitionOption": "None"
|
||||
},
|
||||
"dataset": {
|
||||
"referenceName": "GetSetMetadata",
|
||||
"type": "DatasetReference"
|
||||
},
|
||||
"firstRowOnly": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"GetFileQuery": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"variables": {
|
||||
"DemoVariable": {
|
||||
"type": "String"
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"name": "Demo Pipelines/Data Uploads"
|
||||
},
|
||||
"annotations": [],
|
||||
"lastPublishTime": "2020-09-02T14:13:14Z"
|
||||
},
|
||||
"type": "Microsoft.DataFactory/factories/pipelines"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user