Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Dec 4, 2024
1 parent 35f16e2 commit 2064fab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/changes/DM-47325.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Added two new APIs for handling Butler dataset URIs.
``Butler.parse_dataset_uri`` parses a URI and returns the butler repository label and associated UUID.
``Butler.get_dataset_from_uri`` will parse a URI and attempt to retrieve the ``DatasetRef``.
URIs should be of the form IVOA identifiers as described in `DMTN-302 <https://dmtn-302.lsst.io>`_.
Deprecated ``butler://`` URIs are still supported but should not be used in new systems.

0 comments on commit 2064fab

Please sign in to comment.