CatalogWorkspaceService.

store_declarative_user_data_filters

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

Store user data filters 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