Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 4, 2025
1 parent bfa8dd4 commit ea44f8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/changes/DM-35396.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Modified ``QuantumContext`` such that it now tracks all datasets that are retrieved and records them in ``dataset_provenance``.
This provenance is then passed to Butler on ``put()``.
* Added ``QuantumContext.add_additional_provenance()`` to allow a pipeline task author to attach additional provenance information to be recorded and associated with a particular input dataset.
2 changes: 2 additions & 0 deletions doc/changes/DM-35396.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Modified ``TaskMetadata`` such that it can now be assigned an empty list.
This list can be retrieved with ``getArray`` but if an attempt is made to get a scalar `KeyError` will be raised.

0 comments on commit ea44f8a

Please sign in to comment.