FakeDatasetRef

class lsst.daf.butler.registry.interfaces.FakeDatasetRef(id: UUID)

Bases: object

A fake DatasetRef that can be used internally by butler where only the dataset ID is available.

Should only be used when registry can not be used to create a full DatasetRef from the ID. A particular use case is during dataset deletion when solely the ID is available.

Parameters:
idDatasetId

The dataset ID.

Attributes Summary

datasetType

id

Unique identifier for this dataset.

Attributes Documentation

datasetType
id: UUID

Unique identifier for this dataset.