Skip to content

Commit 5375a14

Browse files
Updated to align with the latest SDK release
1 parent 1b38d16 commit 5375a14

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed
Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
{
2-
"Name": "Table-Sql2Sql-Sink",
3-
"properties":
4-
{
5-
"Location":
6-
{
7-
"type": "AzureSqlTableLocation",
8-
"tableName": "<table>",
9-
"linkedServiceName": "LinkedService-AzureSql"
10-
},
11-
"Availability":
12-
{
13-
"interval": 1,
14-
"frequency": "Hour"
15-
},
16-
"Structure":
17-
[
18-
{"Name":"Col1","Position":1,"Type":"String"},
19-
{"Name":"Col2","Position":2,"Type":"Int"}
20-
]
2+
"Name": "AzureSqlOutput",
3+
"properties": {
4+
"type": "AzureSqlTable",
5+
"linkedServiceName": "LinkedService-AzureSql",
6+
"typeProperties": {
7+
"tableName": "MyOutputTable"
8+
},
9+
"Availability": {
10+
"interval": 1,
11+
"frequency": "Hour"
2112
}
22-
}
13+
}
14+
}

0 commit comments

Comments
 (0)