Skip to content

Commit

Permalink
Merge pull request #426 from lsst/tickets/DM-41711
Browse files Browse the repository at this point in the history
DM-41711: Upgrade QuantumGraphExecutionReport to handle multiple overlapping graphs
  • Loading branch information
eigerx committed Sep 23, 2024
2 parents a82cb14 + e5d3d75 commit c8ee65f
Show file tree
Hide file tree
Showing 3 changed files with 1,313 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/changes/DM-41711.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Create a QuantumProvenanceGraph, which details the status of every quantum
and dataset over multiple attempts at executing graphs, noting when quanta
have been recovered.

Step through all the quantum graphs associated with certain tasks or
processing steps. For each graph/attempt, the status of each quantum and
dataset is recorded in `QuantumProvenanceGraph.add_new_graph` and outcomes
of quanta over multiple runs are resolved in
`QuantumProvenanceGraph.resolve_duplicates`. At the end of this process,
we can combine all attempts into a summary. This serves to answer the
question "What happened to this data ID?" in a wholistic sense.
Loading

0 comments on commit c8ee65f

Please sign in to comment.