azure-data-factory-2

Azure Data Factory v2: Activity execute pipeline output

大城市里の小女人 提交于 2020-08-06 12:49:25
问题 Is there a way to reference the output of an executed pipeline in the activity "Execute pipeline"? I.e.: master pipeline executes 2 pipelines in sequence. The first pipeline generates an own created run_id that needs to be forwarded as a parameter to the second pipeline. I've read the documentation and checked that the master pipeline log the output of the first pipeline, but it looks like that this is not directly possible? We've used until now only 2 pipelines without a master pipeline, but

Setting a Linked Service parameter at runtime in a Data Factory pipeline

时光毁灭记忆、已成空白 提交于 2020-07-09 12:51:06
问题 How do I pass in parameters at runtime to a Linked Service in Data Factory? I have a parameter defined and consumed in my Azure Function linked service definition, but am unsure how I set that during invocation in my pipeline action. In this case I would like to set functionAlias in a trigger to set the Azure Function hostname. Currently an exception is returned on (blob create) trigger stating that functionAlias is not specified. Pipeline { "name": "myActivity", "type":

How to trigger an alert notification of a long-running process in Azure Data Factory V2 using either Azure Monitor or ADF itself?

天大地大妈咪最大 提交于 2020-07-08 14:05:32
问题 I've been trying to find the best way to trigger an alert when an ADF task (i.e. CopyActivity or Stored Procedure Task) has been running for more than N hours, I wanted to use the Azure Monitor as it is one of the recommended notification services in Azure, however I have not been able to find a "Running" criteria, hence I had to play with the available criteria (Succeeded and Failed) and check this every N hours, however this is still not perfect as I don't know when the process started and

Method to put alerts on long running azure data factory pipeline

笑着哭i 提交于 2020-06-23 08:31:26
问题 I have some data factory pipelines which may sometimes run beyond 2 hours when copying data from blob into SQL. The time period is variable, but I'd like to be notified/alerted when any pipeline runs beyond 2 hours. What are possible ways of doing this? What I have tried so far: Explored the adf metrics on which I can put an alert rule. But there seems to be none which talks about active run's duration. I was hoping to get Pipeline's duration value as we see it on the monitor tab in adf.azure

Method to put alerts on long running azure data factory pipeline

别等时光非礼了梦想. 提交于 2020-06-23 08:31:18
问题 I have some data factory pipelines which may sometimes run beyond 2 hours when copying data from blob into SQL. The time period is variable, but I'd like to be notified/alerted when any pipeline runs beyond 2 hours. What are possible ways of doing this? What I have tried so far: Explored the adf metrics on which I can put an alert rule. But there seems to be none which talks about active run's duration. I was hoping to get Pipeline's duration value as we see it on the monitor tab in adf.azure