{ "name": "CopyProduct", "properties": { "activities": [ { "name": "Copy data to lake", "type": "Copy", "dependsOn": [], "policy": { "timeout": "7.00:00:00", "retry": 0, "retryIntervalInSeconds": 30, "secureOutput": false, "secureInput": false }, "userProperties": [], "typeProperties": { "source": { "type": "AzureSqlSource", "queryTimeout": "02:00:00", "partitionOption": "None" }, "sink": { "type": "DelimitedTextSink", "storeSettings": { "type": "AzureBlobFSWriteSettings" }, "formatSettings": { "type": "DelimitedTextWriteSettings", "quoteAllText": true, "fileExtension": ".txt" } }, "enableStaging": false, "translator": { "type": "TabularTranslator", "typeConversion": true, "typeConversionSettings": { "allowDataTruncation": true, "treatBooleanAsNumber": false } } }, "inputs": [ { "referenceName": "ASQL_Product", "type": "DatasetReference" } ], "outputs": [ { "referenceName": "ADLS_Raw", "type": "DatasetReference" } ] } ], "folder": { "name": "Lab2" }, "annotations": [], "lastPublishTime": "2020-09-26T14:33:50Z" }, "type": "Microsoft.DataFactory/factories/pipelines" }