Azure-Data-Integration-Pipe.../Labs/adf/pipeline/CopyProductCategory.json
2022-02-28 07:37:47 +00:00

38 lines
871 B
JSON

{
"name": "CopyProductCategory",
"properties": {
"activities": [
{
"name": "Execute CopyProductCategory",
"type": "ExecuteSSISPackage",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
"secureInput": false
},
"userProperties": [],
"typeProperties": {
"packageLocation": {
"packagePath": "ADayFullOfAdf/SsisPackages/CopyProductCategory.dtsx",
"type": "SSISDB"
},
"environmentPath": null,
"connectVia": {
"referenceName": "SSISIntegrationRuntime",
"type": "IntegrationRuntimeReference"
},
"loggingLevel": "Basic"
}
}
],
"folder": {
"name": "Lab3"
},
"annotations": [],
"lastPublishTime": "2020-09-26T15:27:22Z"
},
"type": "Microsoft.DataFactory/factories/pipelines"
}