Skip to content

Commit 1b38d16

Browse files
Updated to align with the latest SDK release
1 parent 871d2e6 commit 1b38d16

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed
Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
{
2-
"Name": "Table-Sql2Sql-Source",
3-
"properties":
4-
{
5-
"Location":
6-
{
7-
"type": "OnPremisesSqlServerTableLocation",
8-
"tableName": "<table>",
9-
"linkedServiceName": "LinkedService-OnPremDb"
10-
},
11-
"Availability":
12-
{
13-
"interval": 1,
14-
"frequency": "Hour",
15-
"waitOnExternal":
16-
{
17-
"retryInterval": "00:01:00",
18-
"retryTimeout": "00:10:00",
19-
"maximumRetry": 1
20-
}
21-
},
22-
"Structure":
23-
[
24-
{"Name":"Col1","Position":1,"Type":"String"},
25-
{"Name":"Col2","Position":2,"Type":"Int"}
26-
]
2+
"Name": "SqlServerInput",
3+
"properties": {
4+
"type": "SqlServerTable",
5+
"linkedServiceName": "LinkedService-OnPremDb",
6+
"typeProperties": {
7+
"tableName": "MyTable"
8+
},
9+
"external": true,
10+
"Availability": {
11+
"interval": 1,
12+
"frequency": "Hour"
13+
},
14+
"policy": {
15+
"externalData": {
16+
"retryInterval": "00:01:00",
17+
"retryTimeout": "00:10:00",
18+
"maximumRetry": 1
19+
}
2720
}
28-
}
21+
}
22+
}

0 commit comments

Comments
 (0)