Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 31, 2025
1 parent a9da29c commit ce250b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/changes/DM-35396.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added new class ``DatasetProvenance`` for tracking the provenance of an individual dataset.
* Modified ``Butler.put()`` to accept an optional ``DatasetProvenance``.
* Added ``add_provenance`` methods to ``FormatterV2`` and ``StorageClassDelegate``.
These methods will now be called with the provenance object during ``Butler.put()`` to allow the in-memory dataset to be updated prior to writing.

0 comments on commit ce250b6

Please sign in to comment.