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
Show file tree
Hide file tree
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
Updating pipeline: Throw Exception
Updating pipeline: Check For Running Pipeline
Updating pipeline: Email Sender
  • Loading branch information
mrpaulandrew committed Nov 13, 2020
commit 8a2505842859c893ed1aca10a99e354fc57710f3
2 changes: 2 additions & 0 deletions DataFactory/pipeline/04-Infant.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
"ifTrueActivities": [
{
"name": "Get Email Parts",
"description": "Return all required content from the metadata database to send an email alerting using the procfwk. The lookup returns the exact content for the function body request.",
"type": "Lookup",
"dependsOn": [],
"policy": {
Expand Down Expand Up @@ -395,6 +396,7 @@
},
{
"name": "Send Email",
"description": "Use an Azure Function to perform an SMTP client email send operation.",
"type": "AzureFunctionActivity",
"dependsOn": [
{
Expand Down
12 changes: 6 additions & 6 deletions DataFactory/pipeline/Check For Running Pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "WebActivity",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down Expand Up @@ -42,7 +42,7 @@
}
],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down Expand Up @@ -113,7 +113,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down Expand Up @@ -144,7 +144,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down Expand Up @@ -215,7 +215,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down Expand Up @@ -337,7 +337,7 @@
}
],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down
3 changes: 2 additions & 1 deletion DataFactory/pipeline/Email Sender.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"activities": [
{
"name": "Send Email",
"description": "Use an Azure Function to perform an SMTP client email send operation.",
"type": "AzureFunctionActivity",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down
3 changes: 2 additions & 1 deletion DataFactory/pipeline/Throw Exception.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"activities": [
{
"name": "Raise Error",
"description": "Using a SQL database to raise an error/exception but wrapped up as a data factory pipeline. Error message information exposed as a pipeline parameter.",
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand Down