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
  • Loading branch information
steffidlf committed Jul 4, 2024
1 parent 93488d0 commit a984d97
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 a984d97

Please sign in to comment.