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
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(). |