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

DM-37163: A manifest checker on the workflow output data #374

Merged
merged 10 commits into from
Oct 11, 2023
3 changes: 3 additions & 0 deletions doc/changes/DM-37163.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add a manifest checker which walks an executed quantum graph to generate a
summary report containing information about produced DatasetTypes, missing data,
and failures.
3 changes: 3 additions & 0 deletions doc/lsst.pipe.base/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Python API reference

.. automodapi:: lsst.pipe.base.tests.mocks

.. automodapi:: lsst.pipe.base.execution_reports
:no-main-docstr:

QuantumGraph generation API reference
-------------------------------------

Expand Down
Loading