CatalogWorkspaceService.

create_or_update_filter_view

create_or_update_filter_view( workspace_id: str, filter_view: CatalogFilterView ) -> None

Create a new filter view or overwrite an existing one.

Parameters

nametypedescription
workspace_idstrString containing id of the workspace.
filter_viewCatalogFilterViewFilterView entity object.

Returns

None