Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish authored and sunank200 committed Jan 31, 2024
1 parent 8d7c239 commit 9f22bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/authoring-and-scheduling/timetable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ DatasetTimetable

The ``DatasetTimetable`` is a specialized timetable allowing for the scheduling of DAGs based on both time-based schedules and dataset events. It facilitates the creation of scheduled runs (as per traditional timetables) and dataset-triggered runs, which operate independently.

This feature is particularly useful in scenarios requiring a DAG to rerun upon dataset updates, while also necessitating periodic execution at set intervals. It ensures that the workflow remains responsive to data changes and consistently maintains regular checks or updates.
This feature is particularly useful in scenarios where a DAG needs to run on dataset updates and also at periodic intervals. It ensures that the workflow remains responsive to data changes and consistently runs regular checks or updates.

Here's an example of a DAG using ``DatasetTimetable``:

Expand Down

0 comments on commit 9f22bbe

Please sign in to comment.