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

v1.9.2 #82

Merged
merged 20 commits into from
Nov 19, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updating pipeline: 04-Infant
  • Loading branch information
mrpaulandrew committed Nov 13, 2020
commit 98c87385ea0ccb21540a87244a29718df2c4caf0
4 changes: 4 additions & 0 deletions DataFactory/pipeline/04-Infant.json
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,7 @@
},
{
"name": "Validate Pipeline",
"description": "Query the target data factory and establish if the provided worker pipeline name is valid.",
"type": "AzureFunctionActivity",
"dependsOn": [
{
Expand Down Expand Up @@ -1268,6 +1269,7 @@
},
{
"name": "Is Target Worker Validate",
"description": "True = the worker pipeline name is valid.\nFalse = the worker pipeline name is invalid. Raise an exception.",
"type": "IfCondition",
"dependsOn": [
{
Expand All @@ -1286,6 +1288,7 @@
"ifFalseActivities": [
{
"name": "Throw Exception - Invalid Infant",
"description": "Throw an exception with details about the invalid worker pipeline name.",
"type": "ExecutePipeline",
"dependsOn": [],
"userProperties": [],
Expand All @@ -1305,6 +1308,7 @@
},
{
"name": "Update Execution With Invalid Worker",
"description": "Update the current execution table with an informed status for the worker pipeline that couldn't be executed.",
"type": "SqlServerStoredProcedure",
"dependsOn": [],
"policy": {
Expand Down