catalog_workspace.
store_declarative_workspace_data_filters
store_declarative_workspace_data_filters(layout_root_path: Path = Path.cwd())
Stores workspace data filters in directory hierarchy.
gooddata_layouts
└── organization_id
└── workspaces_data_filters
├── filter_1.yaml
└── filter_2.yaml
Parameters
name | type | description |
---|---|---|
layout_root_path | Optional[Path] | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
None
Example
# Store the workspace filters
sdk.catalog_workspace.store_declarative_workspace_data_filters(layout_root_path=Path.cwd())