CatalogWorkspaceService.

store_declarative_filter_views

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

Store filter views layout in a directory hierarchy.

Parameters

nametypedescription
workspace_idstrid of the related workspace
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

None