Any Limitation in tumbling window trigger

Karthikeyan Shivasankaran 21 Reputation points
2021-03-16T17:33:10.813+00:00

In ADF, We have first few pipelines run in sequence with dependencies and branches out at the end. Having said that, its our first experience to opt for tumbling window trigger option. is there any limitation in this option? what are the other options available for scheduling Data factory Pipelines in Azure.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-03-17T19:04:43.927+00:00

    Hi anonymous user,

    Welcome to Microsoft Q&A forum and thanks for your query.

    Tumbling window triggers are a type of trigger that fires at a periodic time interval from a specified start time (basically when you want to process a time based data), while retaining state. Tumbling windows are a series of fixed-sized, non-overlapping, and contiguous time intervals.

    This triggers offer a suite of features for complex scenarios like :

    Here are few Limitations:

    • A tumbling window trigger has a one-to-one relationship with a pipeline and can only reference a singular pipeline.
    • If one of the dependencies triggers fails, you must successfully rerun it in order for the dependent trigger to run.
    • A tumbling window trigger will wait on dependencies for seven days before timing out. After seven days, the trigger run will fail

    ADF also has another time based trigger called Schedule trigger. To know more in detail about the differences between a Schedule trigger and a Tumbling window trigger, please refer to this doc: Trigger type comparison

    78876-image.png

    Related helpful docs: Tumbling window trigger Usage scenarios and examples

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


Your answer

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