get_dataset#

geodesic.boson.dataset.get_dataset(name, domain=None, category=None, type=None, project=None, version_datetime=None)[source]#

Gets a Dataset from Entanglement by name or by a combination of qualifers and name.

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

  • domain (str | None) – The domain of the dataset (optional).

  • category (str | None) – The category of the dataset (optional).

  • type (str | None) – The type of the dataset (optional).

  • 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 Dataset matching the request

Return type:

Dataset