Skip to content

Commit

Permalink
Added missing continuation settings for execute dataflow activity (#2…
Browse files Browse the repository at this point in the history
…9230)

* Update Pipeline.json with continuation settings for execute dataflow activity

* Update continuation settings for dataflow - Synapse

* Lint fix

* Lint fix

* Prettier fix

* Removed x-ms-format for synapse swagger
  • Loading branch information
anand-bulusu committed Jun 11, 2024
1 parent a64415b commit 75731b4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8359,6 +8359,10 @@
"description": "The integration runtime reference.",
"$ref": "../datafactory.json#/definitions/IntegrationRuntimeReference"
},
"continuationSettings": {
"description": "Continuation settings for execute data flow activity.",
"$ref": "#/definitions/ContinuationSettingsReference"
},
"compute": {
"description": "Compute properties for data flow activity.",
"type": "object",
Expand Down Expand Up @@ -8400,6 +8404,27 @@
"dataFlow"
]
},
"ContinuationSettingsReference": {
"description": "Continuation settings for execute data flow activity.",
"type": "object",
"properties": {
"continuationTtlInMinutes": {
"description": "Continuation TTL in minutes.",
"x-ms-format": "dfe-int",
"type": "object"
},
"idleCondition": {
"description": "Idle condition.",
"x-ms-format": "dfe-string",
"type": "object"
},
"customizedCheckpointKey": {
"description": "Customized checkpoint key.",
"x-ms-format": "dfe-string",
"type": "object"
}
}
},
"ExecutePowerQueryActivityTypeProperties": {
"description": "Execute power query data flow activity properties.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7411,6 +7411,10 @@
"description": "The integration runtime reference.",
"$ref": "../artifacts.json#/definitions/IntegrationRuntimeReference"
},
"continuationSettings": {
"description": "Continuation settings for execute data flow activity.",
"$ref": "#/definitions/ContinuationSettingsReference"
},
"compute": {
"description": "Compute properties for data flow activity.",
"type": "object",
Expand Down Expand Up @@ -7446,6 +7450,24 @@
"dataflow"
]
},
"ContinuationSettingsReference": {
"description": "Continuation settings for execute data flow activity.",
"type": "object",
"properties": {
"continuationTtlInMinutes": {
"description": "Continuation TTL in minutes.",
"type": "object"
},
"idleCondition": {
"description": "Idle condition.",
"type": "object"
},
"customizedCheckpointKey": {
"description": "Customized checkpoint key.",
"type": "object"
}
}
},
"DataFlowComputeType": {
"description": "All available DataFlowComputeType values.",
"type": "string",
Expand Down

0 comments on commit 75731b4

Please sign in to comment.