Skip to content

Commit

Permalink
Fix import statement for DatasetOrTimetable example (#40601)
Browse files Browse the repository at this point in the history
Fix import statement for DatasetOrTimetable example

(cherry picked from commit a984d97)
  • Loading branch information
steffidlf authored and utkarsharma2 committed Jul 12, 2024
1 parent 21ed1bb commit 041ba02
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 @@ -190,7 +190,7 @@ Here's an example of a DAG using ``DatasetOrTimeSchedule``:

.. code-block:: python
from airflow.timetables import DatasetOrTimeSchedule
from airflow.timetables.datasets import DatasetOrTimeSchedule
from airflow.timetables.trigger import CronTriggerTimetable
Expand Down

0 comments on commit 041ba02

Please sign in to comment.