|
717 | 717 | "type": "string", |
718 | 718 | "description": "Activity name." |
719 | 719 | }, |
| 720 | + "onInactiveMarkAs": { |
| 721 | + "oneOf": [ |
| 722 | + { |
| 723 | + "type": "string", |
| 724 | + "enum": [ |
| 725 | + "Succeeded", |
| 726 | + "Failed", |
| 727 | + "Skipped" |
| 728 | + ] |
| 729 | + }, |
| 730 | + { |
| 731 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 732 | + } |
| 733 | + ], |
| 734 | + "description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default." |
| 735 | + }, |
| 736 | + "state": { |
| 737 | + "oneOf": [ |
| 738 | + { |
| 739 | + "type": "string", |
| 740 | + "enum": [ |
| 741 | + "Active", |
| 742 | + "Inactive" |
| 743 | + ] |
| 744 | + }, |
| 745 | + { |
| 746 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 747 | + } |
| 748 | + ], |
| 749 | + "description": "Activity state. This is an optional property and if not provided, the state will be Active by default." |
| 750 | + }, |
720 | 751 | "userProperties": { |
721 | 752 | "oneOf": [ |
722 | 753 | { |
|
1245 | 1276 | "AmazonRdsForSqlServerSource": { |
1246 | 1277 | "type": "object", |
1247 | 1278 | "properties": { |
| 1279 | + "isolationLevel": { |
| 1280 | + "type": "object", |
| 1281 | + "properties": {}, |
| 1282 | + "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)." |
| 1283 | + }, |
1248 | 1284 | "partitionOption": { |
1249 | 1285 | "type": "object", |
1250 | 1286 | "properties": {}, |
|
5895 | 5931 | "AzureSqlSource": { |
5896 | 5932 | "type": "object", |
5897 | 5933 | "properties": { |
| 5934 | + "isolationLevel": { |
| 5935 | + "type": "object", |
| 5936 | + "properties": {}, |
| 5937 | + "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)." |
| 5938 | + }, |
5898 | 5939 | "partitionOption": { |
5899 | 5940 | "type": "object", |
5900 | 5941 | "properties": {}, |
|
27666 | 27707 | "SqlDWSource": { |
27667 | 27708 | "type": "object", |
27668 | 27709 | "properties": { |
| 27710 | + "isolationLevel": { |
| 27711 | + "type": "object", |
| 27712 | + "properties": {}, |
| 27713 | + "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)." |
| 27714 | + }, |
27669 | 27715 | "partitionOption": { |
27670 | 27716 | "type": "object", |
27671 | 27717 | "properties": {}, |
|
27794 | 27840 | "SqlMISource": { |
27795 | 27841 | "type": "object", |
27796 | 27842 | "properties": { |
| 27843 | + "isolationLevel": { |
| 27844 | + "type": "object", |
| 27845 | + "properties": {}, |
| 27846 | + "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)." |
| 27847 | + }, |
27797 | 27848 | "partitionOption": { |
27798 | 27849 | "type": "object", |
27799 | 27850 | "properties": {}, |
|
28004 | 28055 | "SqlServerSource": { |
28005 | 28056 | "type": "object", |
28006 | 28057 | "properties": { |
| 28058 | + "isolationLevel": { |
| 28059 | + "type": "object", |
| 28060 | + "properties": {}, |
| 28061 | + "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)." |
| 28062 | + }, |
28007 | 28063 | "partitionOption": { |
28008 | 28064 | "type": "object", |
28009 | 28065 | "properties": {}, |
|
29170 | 29226 | "properties": {}, |
29171 | 29227 | "description": "Spark configuration properties, which will override the 'conf' of the notebook you provide." |
29172 | 29228 | }, |
| 29229 | + "configurationType": { |
| 29230 | + "oneOf": [ |
| 29231 | + { |
| 29232 | + "type": "string", |
| 29233 | + "enum": [ |
| 29234 | + "Default", |
| 29235 | + "Customized", |
| 29236 | + "Artifact" |
| 29237 | + ] |
| 29238 | + }, |
| 29239 | + { |
| 29240 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29241 | + } |
| 29242 | + ], |
| 29243 | + "description": "The type of the spark config." |
| 29244 | + }, |
29173 | 29245 | "driverSize": { |
29174 | 29246 | "type": "object", |
29175 | 29247 | "properties": {}, |
|
29211 | 29283 | ], |
29212 | 29284 | "description": "Notebook parameters." |
29213 | 29285 | }, |
| 29286 | + "sparkConfig": { |
| 29287 | + "oneOf": [ |
| 29288 | + { |
| 29289 | + "type": "object", |
| 29290 | + "additionalProperties": { |
| 29291 | + "type": "object", |
| 29292 | + "properties": {} |
| 29293 | + }, |
| 29294 | + "properties": {} |
| 29295 | + }, |
| 29296 | + { |
| 29297 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29298 | + } |
| 29299 | + ], |
| 29300 | + "description": "Spark configuration property." |
| 29301 | + }, |
29214 | 29302 | "sparkPool": { |
29215 | 29303 | "oneOf": [ |
29216 | 29304 | { |
|
29221 | 29309 | } |
29222 | 29310 | ], |
29223 | 29311 | "description": "Big data pool reference type." |
| 29312 | + }, |
| 29313 | + "targetSparkConfiguration": { |
| 29314 | + "oneOf": [ |
| 29315 | + { |
| 29316 | + "$ref": "#/definitions/SparkConfigurationParametrizationReference" |
| 29317 | + }, |
| 29318 | + { |
| 29319 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 29320 | + } |
| 29321 | + ], |
| 29322 | + "description": "Spark configuration reference." |
29224 | 29323 | } |
29225 | 29324 | }, |
29226 | 29325 | "required": [ |
|
0 commit comments