CatalogWorkspaceService.
get_filter_view
get_filter_view(
workspace_id: str, filter_view_id: str
) ->
CatalogFilterView
Get filter view by its id.
Parameters
name | type | description |
---|---|---|
workspace_id | str | String containing id of the workspace. |
filter_view_id | str | String containing id of the filter view. |
Returns
type | description |
---|---|
CatalogFilterView | FilterView entity object. |