The GitHub Actions job "Tests (AMD)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by Lee-W).

Head commit for run:
3e480942fb06d501dd6ee6abad2151152f4d0521 / Jason(Zhe-You) Liu 
<[email protected]>
Go-SDK: Expose task runtime context to coordinator-mode tasks (#68271)

Go tasks can now read their task-instance identifiers and the Dag run's
scheduling timestamps via sdk.CurrentContext(ctx): TI dag_id/run_id/
task_id/map_index/try_number and DagRun logical_date/data_interval_*.
This brings the Go coordinator path to parity with the Java/Python SDK
execution context.

Also fixes coordinator StartupDetails decoding, which read the
scheduling timestamps from the top level of ti_context instead of the
nested dag_run object the supervisor actually sends, so those dates
were always empty.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to