{
"name": "PipelineTemplate",
"properties": {
"description": "pipe line create for the make activity",
"activities": [
{
"type": "Copy",
"typeProperties": {
"source": {
"type": "BlobSource",
"recursive": false
},
"sink": {
"type": "SqlSink",
"writeBatchSize": 0,
"writeBatchTimeout": "00:00:00"
},
"translator": {
"type": "TabularTranslator",
"columnMappings": "ProductId:ProductId,ProductName:ProductName,Quantity:Quantity,City:City"
}
},
"inputs": [
{
"name": "SourceAzureBlobDataset"
}
],
"outputs": [
{
"name": "DestinationAzureSQLDataset"
}
],
"policy": {
"timeout": "1.00:00:00",
"concurrency": 1,
"executionPriorityOrder": "NewestFirst",
"style": "StartOfInterval",
"retry": 1,
"longRetry": 0,
"longRetryInterval": "00:00:00"
},
"scheduler": {
"frequency": "Minute",
"interval": 15
},
"name": "Activity-0-Products_txt->[dbo]_[tblProducts]"
}
],
"start": "2017-07-20T10:10:43.355Z",
"end": "2099-12-30T18:30:00Z",
"isPaused": false,
"pipelineMode": "Scheduled"
}
}