CatalogWorkspaceService.
load_and_put_declarative_user_data_filters
load_and_put_declarative_user_data_filters(
workspace_id: str, layout_root_path: Path
) ->
None
Loads and sets the layouts stored using store_declarative_user_data_filters.
This method combines load_declarative_user_data_filters and put_declarative_user_data_filters methods to load and set layouts stored using store_declarative_user_data_filters.
Parameters
name | type | description |
---|---|---|
workspace_id | str | String containing id of the workspace |
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |