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
CodeGen from PR 11613 in Azure/azure-rest-api-specs
Change PartitionOption to object to allow expression (#11613)
* add httpRequestTimeout to odata based connector activities
* add httpRequestTimeout to odata based connector activities
* add sql parallel read properties
* change partitionOption to object
* change ParallelOption to object
"description": "The partition mechanism that will be used for Sql read in parallel."
4958
+
"type": "object",
4959
+
"properties": {},
4960
+
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
4972
4961
},
4973
4962
"partitionSettings": {
4974
4963
"oneOf": [
@@ -10616,6 +10605,11 @@
10616
10605
],
10617
10606
"description": "Compute properties for data flow activity."
10618
10607
},
10608
+
"continueOnError": {
10609
+
"type": "object",
10610
+
"properties": {},
10611
+
"description": "Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)"
"description": "Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)"
10639
+
},
10641
10640
"staging": {
10642
10641
"oneOf": [
10643
10642
{
@@ -10648,6 +10647,11 @@
10648
10647
}
10649
10648
],
10650
10649
"description": "Staging info for execute data flow activity."
10650
+
},
10651
+
"traceLevel": {
10652
+
"type": "object",
10653
+
"properties": {},
10654
+
"description": "Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)"
"description": "Compute type of the cluster which will execute data flow job."
10666
+
"type": "object",
10667
+
"properties": {},
10668
+
"description": "Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)"
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
10671
+
"type": "object",
10672
+
"properties": {},
10673
+
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)"
10687
10674
}
10688
10675
},
10689
10676
"description": "Compute properties for data flow activity."
"description": "The partition mechanism that will be used for Netezza read in parallel."
18409
+
"type": "object",
18410
+
"properties": {},
18411
+
"description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Oracle read in parallel."
19279
+
"type": "object",
19280
+
"properties": {},
19281
+
"description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
19317
19282
},
19318
19283
"partitionSettings": {
19319
19284
"oneOf": [
@@ -22574,20 +22539,9 @@
22574
22539
"description": "The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer)."
"description": "The partition mechanism that will be used for SAP HANA read in parallel."
22542
+
"type": "object",
22543
+
"properties": {},
22544
+
"description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". "
22591
22545
},
22592
22546
"partitionSettings": {
22593
22547
"oneOf": [
@@ -23039,23 +22993,9 @@
23039
22993
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
"description": "The partition mechanism that will be used for SAP table read in parallel."
22996
+
"type": "object",
22997
+
"properties": {},
22998
+
"description": "The partition mechanism that will be used for SAP table read in parallel. Possible values include: \"None\", \"PartitionOnInt\", \"PartitionOnCalendarYear\", \"PartitionOnCalendarMonth\", \"PartitionOnCalendarDate\", \"PartitionOnTime\"."
"description": "The partition mechanism that will be used for Sql read in parallel."
24555
+
"type": "object",
24556
+
"properties": {},
24557
+
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel."
24656
+
"type": "object",
24657
+
"properties": {},
24658
+
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel."
24855
+
"type": "object",
24856
+
"properties": {},
24857
+
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
24951
24858
},
24952
24859
"partitionSettings": {
24953
24860
"oneOf": [
@@ -25169,20 +25076,9 @@
25169
25076
"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)."
"description": "The partition mechanism that will be used for Sql read in parallel."
25079
+
"type": "object",
25080
+
"properties": {},
25081
+
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for teradata read in parallel."
26351
+
"type": "object",
26352
+
"properties": {},
26353
+
"description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\"."
26469
26354
},
26470
26355
"partitionSettings": {
26471
26356
"oneOf": [
@@ -28195,4 +28080,4 @@
28195
28080
"description": "A copy activity Zoho server source."
0 commit comments