diff --git a/docs/apache-airflow/python-api-ref.rst b/docs/apache-airflow/python-api-ref.rst index 591bb84f5ecca..e8c4dff3c499c 100644 --- a/docs/apache-airflow/python-api-ref.rst +++ b/docs/apache-airflow/python-api-ref.rst @@ -20,6 +20,12 @@ Python API Reference ==================== +.. _pythonapi:dags: + +DAGs +--------- +The DAG is Airflow's core model that represents a recurring workflow. Check out :class:`~airflow.models.dag.DAG` for details. + .. _pythonapi:operators: Operators