Skip to content

Commit 058c34f

Browse files
Updated to align with the latest SDK release
1 parent 6cb5628 commit 058c34f

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed
Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
11
{
2-
"name": "SqlServerSource",
3-
"properties":
4-
{
5-
"structure":[
6-
{
7-
"name":"<columnname>",
8-
"type":"<columntype>"
9-
}
10-
],
11-
"location":
12-
{
13-
"type": "OnPremisesSqlServerTableLocation",
14-
"tableName": "<table>",
15-
"linkedServiceName": "SqlServerLinkedService"
16-
},
17-
"availability":
18-
{
19-
"frequency": "Hour",
20-
"interval": 1,
21-
"waitOnExternal":
22-
{
23-
"retryInterval": "00:01:00",
24-
"retryTimeout": "00:10:00",
25-
"maximumRetry": 3
26-
}
27-
}
2+
"name": "SqlServerInput",
3+
"properties": {
4+
"type": "SqlServerTable",
5+
"linkedServiceName": "SqlServerLinkedService",
6+
"typeProperties": {
7+
"tableName": "MyTable"
8+
},
9+
"external": true,
10+
"availability": {
11+
"frequency": "Hour",
12+
"interval": 1
13+
},
14+
"policy": {
15+
"externalData": {
16+
"retryInterval": "00:01:00",
17+
"retryTimeout": "00:10:00",
18+
"maximumRetry": 3
19+
}
2820
}
21+
}
2922
}

0 commit comments

Comments
 (0)