The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/ts-sdk/connection-not-found has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
72989aaa05156320a1602ea65ed058819f92b637 / LIU ZHE YOU <[email protected]>
Add ConnectionNotFoundError to the TypeScript SDK

Variable lookups already offer both shapes: getVariable returns null and
getVariableOrThrow raises a typed error. Connections only had the
null-returning half, so a task that genuinely requires a Connection had to
hand-write the absence check and had no error type to catch. The Go SDK
already exposes a ConnectionNotFound sentinel next to VariableNotFound.

Report URL: https://github.com/apache/airflow/actions/runs/31388376058

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to