diff --git a/docs/apache-airflow/public-airflow-interface.rst b/docs/apache-airflow/public-airflow-interface.rst index eeeaa618e7b42..93e68fa797741 100644 --- a/docs/apache-airflow/public-airflow-interface.rst +++ b/docs/apache-airflow/public-airflow-interface.rst @@ -86,6 +86,16 @@ References for the modules used in DAGs are here: _api/airflow/models/dagbag/index _api/airflow/models/param/index +Properties of a :class:`~airflow.models.dagrun.DagRun` can also be referenced in things like :ref:`Templates `. + +.. toctree:: + :includehidden: + :glob: + :maxdepth: 1 + + _api/airflow/models/dagrun/index + + Operators --------- diff --git a/docs/conf.py b/docs/conf.py index c1760eb9c91e1..d70845cda497b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -250,6 +250,7 @@ def _get_rst_filepath_from_path(filepath: pathlib.Path): "baseoperator.py", "connection.py", "dag.py", + "dagrun.py", "dagbag.py", "param.py", "taskinstance.py",