from naas_abi.orchestrations.DemoOrchestration import DemoOrchestrationorch = DemoOrchestration.New()# orch is a DagsterOrchestration with empty Dagster Definitions
Caveats
The orchestration contains no assets/jobs/schedules/sensors by default; running it will not execute any work unless extended.