catalog_workspace.
store_declarative_workspace_data_filters
store_declarative_workspace_data_filters(layout_root_path: Path)
Store workspace data filters layout in a directory hierarchy.
Parameters
| name | type | description |
|---|---|---|
| layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
NoneExample
# Store the workspace filters
sdk.catalog_workspace.store_declarative_workspace_data_filters(layout_root_path=Path.cwd())