diff --git a/docs/apache-airflow/authoring-and-scheduling/timetable.rst b/docs/apache-airflow/authoring-and-scheduling/timetable.rst index 9ca7d436db0b4..d9b47dd9c4460 100644 --- a/docs/apache-airflow/authoring-and-scheduling/timetable.rst +++ b/docs/apache-airflow/authoring-and-scheduling/timetable.rst @@ -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