1

I am trying to implement mail notification in pipeline in ADF.

So basically I want to send the a notification mail about the successful execution of pipeline in ADF. I have created a demo pipeline where I m coping the data. this is working fine. And I have created a SSIS pkg that will send email notification(also working fine.)

Now I want to have the pipeline name so that the notification will have pipeline name also dynamically.

1
  • ADF : Azure Data Factory Commented Jun 21, 2019 at 10:13

1 Answer 1

3

You can use the following expression which uses system variables to get the current pipeline name:

@pipeline().Pipeline 

See this link for more system variables.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.