CatalogDataset.
filter_dataset
filter_dataset(
valid_objects: ValidObjects
) ->
Optional[CatalogDataset]
Filters dataset so that it contains only attributes and facts that are part of the provided valid objects
structure.
Parameters
name | type | description |
---|---|---|
valid_objects | ValidObjects | list of valid object IDs for each object type. They are valid for existing report context. |
Returns
type | description |
---|---|
CatalogDataset | copy of self modified by the valid_objects context. |