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

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
source_dirPathPath to the directory where AAC YAML files will be written.

Returns

No docs