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: b617e4381997b2501c8b123d4c4bb10eca735a28 / Sean Ghaeli <[email protected]> Resolve VariableInterval through full secrets chain, not table-only The scheduler-side VariableInterval resolver read only the variable table, bypassing AIRFLOW_VAR_* env vars and secrets backends. A Variable living there resolved to None, and the per-alert except silently dropped the deadline. Iterate the secrets backends (env -> secrets -> metastore) like Variable.get, passing the scheduler session to the metastore backend so the DB read stays commit-safe under prohibit_commit. Fail loudly (isolated per-alert) when nothing resolves, instead of a silent skip. Tests: replace the dead Variable.get mock with a real seeded Variable row, and add a regression test that a VariableInterval backed only by an AIRFLOW_VAR_* env var resolves and creates the Deadline. Report URL: https://github.com/apache/airflow/actions/runs/27854656861 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
