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
name | type | description |
---|---|---|
workspace_id | str | id of the related workspace |
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |