You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/01/24 14:30:23 UTC

[airflow] branch v2-2-test updated: Add a link to the DAG model in the Python API reference (#21060)

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


The following commit(s) were added to refs/heads/v2-2-test by this push:
     new 397f507  Add a link to the DAG model in the Python API reference (#21060)
397f507 is described below

commit 397f5077df5902a32eece2f15dd88d2d1e5434ee
Author: Bijan Soltani <46...@users.noreply.github.com>
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