52 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"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"
 | |
| } |