The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/lang-sdk/taskflow-stub-dag has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
82a0aa5bb61169e4b96feadd7a5902571c012a06 / LIU ZHE YOU <[email protected]>
Build the arg-bindings TypeAdapter lazily in the execution API

Most workloads are not stub operators, so constructing the
discriminated-union adapter at module import made every execution API
process pay for it up front. Moving it next to the TaskArgBinding
models behind a cached getter defers the cost to the first stub-task
run and leaves the _STUB_TASK_TYPE gate as the only stub-specific
module-level state in the route.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to