The GitHub Actions job "Tests (AMD)" on airflow.git/ghaeli/callback-context-execution-api has failed. Run started by GitHub user seanghaeli (triggered by seanghaeli).
Head commit for run: 58002acd95782772d9535b67f042dbc6009cd309 / Sean Ghaeli <[email protected]> Use dag_run_data pattern for deadline callback context instead of custom callback_context field Rework the architecture so deadline callbacks use the same dag_run_data mechanism as start_from_trigger, rather than a bespoke callback_context field on RunTrigger: - Remove callback_context from RunTrigger workload schema - TriggerRunnerSupervisor fetches DagRun and passes dag_run_data - TriggerRunner builds a standard Context from dag_run_data - CallbackTrigger uses self.context (set by TriggerRunner) - Executor path: supervise_callback accepts dag_id/run_id, subprocess fetches DagRun via GetDagRun over SUPERVISOR_COMMS - Deadline-specific info (deadline_id, deadline_time) moved into callback.data["kwargs"] so it reaches the callback function cr: https://code.amazon.com/reviews/CR-277123276 Report URL: https://github.com/apache/airflow/actions/runs/26423376359 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
