Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back dag_run to docs #35142

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/apache-airflow/public-airflow-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <templates-ref>`.

.. toctree::
:includehidden:
:glob:
:maxdepth: 1

_api/airflow/models/dagrun/index


Operators
---------

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading