Share via

ADF Triggers

Kothai Ramanathan 951 Reputation points Microsoft Employee
2020-09-23T10:27:11.383+00:00

Some questions on the ADF triggers :

  1. Is there a depends on clause needed for the pipeline that it is triggering ?
  2. If the depends on clause is not needed, can the trigger be created before the pipeline ?
  3. regarding the trigger start time : if I have to fire the trigger at 6:20 pm PST, I convert this to UTC as 1:20 am UTC and provide the starttime as "2020-09-23T01:20:00". Is this correct?
  4. Similarly for trigger start time at 12:30 pm PST, I convert this to UTC as 7:30 pm UTC and provide the starttime as ""2020-09-23T019:30:00". Is this correct ? 5. Can I provide time zone as PST directly ?

Please clarify on the above, thanks!

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

Answer accepted by question author

HimanshuSinha 19,637 Reputation points Microsoft Employee Moderator
2020-09-23T23:04:29.51+00:00

Hello @Kothai Ramanathan ,

Thanks for the ask and using this forum .

You have not mentioned the trigger type but I am assuming its tumbling window trigger(TWT) . The "depends on " is optional and you create a trigger before and then attach that to a pipeline . In case of a TWT we have one-one relation ship between the pipeline and the trigger . Read more on this here .

On the timing the trigger you understanding is correct . No we cannot provide the time zone .

Do let me know if you have any further queries .

Thanks Himanshu
Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.