We should wait on AIP-82 Dag Importers.
Background
The TypeScript SDK intentionally ships in "Python-stub-Dag mode": TypeScript handlers are registered for Dag/task IDs declared in Python. Higher-level TypeScript Dag authoring was deferred until coordinator-mode execution is reviewed.
What needs to happen
- Allow declaring Dags natively in TypeScript.
- Revisit bundle ergonomics alongside the authoring interface.
Acceptance criteria
- A Dag can be authored end to end in TypeScript with no Python stub file.
Context
We should wait on AIP-82 Dag Importers.
Background
The TypeScript SDK intentionally ships in "Python-stub-Dag mode": TypeScript handlers are registered for Dag/task IDs declared in Python. Higher-level TypeScript Dag authoring was deferred until coordinator-mode execution is reviewed.
What needs to happen
Acceptance criteria
Context