get_dataset#

geodesic.entanglement.dataset.get_dataset(name, project=None, version_datetime=None)[source]#

gets a Dataset from Entanglement by name

Parameters:
  • name (str) – the name of a dataset to get

  • project (str | None) – the name of the project to search datasets. Defaults to the active project

  • version_datetime (str | datetime | None) – the point in time to search the graph - will return older versions of datasets given a version_datetime.

Returns:

a DatasetList of matching Datasets.

Return type:

Dataset