CatalogWorkspaceService.
load_and_put_aac_workspace
load_and_put_aac_workspace(workspace_id: str, source_dir: Path) -> None
Load AAC YAML files from source_dir, convert to declarative, and deploy to workspace.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | str | Workspace identification string e.g. "demo" |
| source_dir | Path | Path to the directory containing AAC YAML files. |