Skip to content

Commit 6d80320

Browse files
Updated to align with the latest SDK release
1 parent 7742367 commit 6d80320

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "SqlServerToBlobSamplePipeline",
3-
"properties":
4-
{
5-
"start": "2014-06-01T18:00:00",
6-
"end": "2014-06-01T19:00:00",
7-
"description" : "SqlServerToBlobSamplePipeline",
8-
"activities":
9-
[
10-
11-
{
12-
"name": "SQLServertoBlob",
13-
"description": "SQLServertoBlob",
14-
"type": "CopyActivity",
15-
"inputs": [ { "name": "SqlServerSource" } ],
16-
"outputs": [ { "name": "AzureBlobDest" } ],
17-
"transformation":
18-
{
19-
"source":
20-
{
21-
"type": "SqlSource",
22-
},
23-
"sink":
24-
{
25-
"type": "BlobSink",
26-
}
27-
},
28-
"policy":
29-
{
30-
"concurrency": 1,
31-
"executionPriorityOrder": "OldestFirst",
32-
"retry": 0,
33-
"timeout": "01:00:00"
34-
}
35-
},
36-
37-
]
38-
}
39-
}
2+
"name": "SqlServerToBlobSamplePipeline",
3+
"properties": {
4+
"start": "2014-06-01T18:00:00",
5+
"end": "2014-06-01T19:00:00",
6+
"description": "SamplePipeline",
7+
"activities": [
8+
{
9+
"name": "SQLServertoBlob",
10+
"description": "copy activity",
11+
"type": "Copy",
12+
"inputs": [
13+
{
14+
"name": "SqlServerInput"
15+
}
16+
],
17+
"outputs": [
18+
{
19+
"name": "AzureBlobOutput"
20+
}
21+
],
22+
"typeProperties": {
23+
"source": {
24+
"type": "SqlSource"
25+
},
26+
"sink": {
27+
"type": "BlobSink"
28+
}
29+
},
30+
"policy": {
31+
"concurrency": 1,
32+
"executionPriorityOrder": "OldestFirst",
33+
"retry": 0,
34+
"timeout": "01:00:00"
35+
}
36+
}
37+
]
38+
}
39+
}

0 commit comments

Comments
 (0)