CatalogWorkspaceService.

load_and_put_declarative_filter_views

load_and_put_declarative_filter_views( workspace_id: str, layout_root_path: Path ) -> None

Loads and sets the layouts stored using store_declarative_filter_views.

This method combines load_declarative_filter_views and put_declarative_filter_views methods to load and set layouts stored using store_declarative_filter_views.

Parameters

nametypedescription
workspace_idstrString containing id of the workspace
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

None