This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a85b6498b8cd72447e00dd9dbf3c8e55b273e98a Author: Bijan Soltani <[email protected]> AuthorDate: Mon Jan 24 15:28:24 2022 +0100 Add a link to the DAG model in the Python API reference (#21060) (cherry picked from commit 160f2e0f1e39e7fdfc56a9248ac32c3a6cb3dae6) --- docs/apache-airflow/python-api-ref.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/apache-airflow/python-api-ref.rst b/docs/apache-airflow/python-api-ref.rst index 591bb84..e8c4dff 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
