Skip to content

Commit

Permalink
Add a link to the DAG model in the Python API reference (#21060)
Browse files Browse the repository at this point in the history
(cherry picked from commit 160f2e0)
  • Loading branch information
soltanianalytics authored and jedcunningham committed Jan 27, 2022
1 parent a889305 commit b1862ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/apache-airflow/python-api-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1862ca

Please sign in to comment.