You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/2018-06-01/Microsoft.DataFactory.json
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1245,6 +1245,11 @@
1245
1245
"AmazonRdsForSqlServerSource": {
1246
1246
"type": "object",
1247
1247
"properties": {
1248
+
"isolationLevel": {
1249
+
"type": "object",
1250
+
"properties": {},
1251
+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
1252
+
},
1248
1253
"partitionOption": {
1249
1254
"type": "object",
1250
1255
"properties": {},
@@ -5895,6 +5900,11 @@
5895
5900
"AzureSqlSource": {
5896
5901
"type": "object",
5897
5902
"properties": {
5903
+
"isolationLevel": {
5904
+
"type": "object",
5905
+
"properties": {},
5906
+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
5907
+
},
5898
5908
"partitionOption": {
5899
5909
"type": "object",
5900
5910
"properties": {},
@@ -27666,6 +27676,11 @@
27666
27676
"SqlDWSource": {
27667
27677
"type": "object",
27668
27678
"properties": {
27679
+
"isolationLevel": {
27680
+
"type": "object",
27681
+
"properties": {},
27682
+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27683
+
},
27669
27684
"partitionOption": {
27670
27685
"type": "object",
27671
27686
"properties": {},
@@ -27794,6 +27809,11 @@
27794
27809
"SqlMISource": {
27795
27810
"type": "object",
27796
27811
"properties": {
27812
+
"isolationLevel": {
27813
+
"type": "object",
27814
+
"properties": {},
27815
+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27816
+
},
27797
27817
"partitionOption": {
27798
27818
"type": "object",
27799
27819
"properties": {},
@@ -28004,6 +28024,11 @@
28004
28024
"SqlServerSource": {
28005
28025
"type": "object",
28006
28026
"properties": {
28027
+
"isolationLevel": {
28028
+
"type": "object",
28029
+
"properties": {},
28030
+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
28031
+
},
28007
28032
"partitionOption": {
28008
28033
"type": "object",
28009
28034
"properties": {},
@@ -29170,6 +29195,22 @@
29170
29195
"properties": {},
29171
29196
"description": "Spark configuration properties, which will override the 'conf' of the notebook you provide."
0 commit comments