Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datafactory] Change PartitionOption to object #807

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas/2017-09-01-preview/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -12175,4 +12175,4 @@
"description": "Zoho server dataset."
}
}
}
}
204 changes: 37 additions & 167 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4955,20 +4955,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Sql read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -10659,31 +10648,14 @@
"type": "object",
"properties": {
"computeType": {
"oneOf": [
{
"type": "string",
"enum": [
"General",
"MemoryOptimized",
"ComputeOptimized"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Compute type of the cluster which will execute data flow job."
"type": "object",
"properties": {},
"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)"
},
"coreCount": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272."
"type": "object",
"properties": {},
"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)"
}
},
"description": "Compute properties for data flow activity."
Expand Down Expand Up @@ -18419,20 +18391,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"DataSlice",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Netezza read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -19300,20 +19261,9 @@
"description": "Oracle reader query. Type: string (or Expression with resultType string)."
},
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Oracle read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -22574,20 +22524,9 @@
"description": "The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer)."
},
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"SapHanaDynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for SAP HANA read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". "
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -23039,23 +22978,9 @@
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
},
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PartitionOnInt",
"PartitionOnCalendarYear",
"PartitionOnCalendarMonth",
"PartitionOnCalendarDate",
"PartitionOnTime"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for SAP table read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for SAP table read in parallel. Possible values include: \"None\", \"PartitionOnInt\", \"PartitionOnCalendarYear\", \"PartitionOnCalendarMonth\", \"PartitionOnCalendarDate\", \"PartitionOnTime\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -24612,20 +24537,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Sql read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -24724,20 +24638,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Sql read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -24934,20 +24837,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Sql read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -25169,20 +25061,9 @@
"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)."
},
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"PhysicalPartitionsOfTable",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for Sql read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -26452,20 +26333,9 @@
"type": "object",
"properties": {
"partitionOption": {
"oneOf": [
{
"type": "string",
"enum": [
"None",
"Hash",
"DynamicRange"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The partition mechanism that will be used for teradata read in parallel."
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\"."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -28195,4 +28065,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}