CatalogWorkspaceContent.
get_dataset
get_dataset(dataset_id: <nil>) ->
Union[CatalogDataset, None]
Gets dataset by id. The id can be either an instance of ObjId or string containing serialized ``ObjId
('dataset/some.dataset.id')`` or contain just the id part (``some.dataset.id``).
Parameters
name | type | description |
---|---|---|
dataset_id | fully qualified dataset entity id (type/id) or just the identifier of dataset entity |
Returns
type | description |
---|---|
CatalogDataset | instance of CatalogDataset or None if no such dataset in catalog |