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
name | type | description |
---|---|---|
workspace_id | str | String containing id of the workspace. |
filter_view | CatalogFilterView | FilterView entity object. |