CatalogWorkspaceService.
get_and_store_aac_workspace
get_and_store_aac_workspace(workspace_id: str, source_dir: Path) -> None
Get declarative workspace from server, convert to AAC YAML files, and write to disk.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | str | Workspace identification string e.g. "demo" |
| source_dir | Path | Path to the directory where AAC YAML files will be written. |