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 potiuk committed Jan 24, 2022
1 parent 17b7da5 commit a85b649
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/apache-airflow/python-api-ref.rst
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 a85b649

Please sign in to comment.