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

nametypedescription
workspace_idstrWorkspace identification string e.g. "demo"
source_dirPathPath to the directory containing AAC YAML files.

Returns

No docs