The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
cf96f2cbd05d08f882c3125aca9b43cf2561a556 / Jarek Potiuk <[email protected]>
Skip SLA miss callback when in DB isolation mode

This PR disables SLA miss callback for DB isolation mode because it
would require quite a havy refactoring (or rather rewriting from the
scratch). Currently SLA miss calculation heavily depends on the fact
that both - DB is available and DAG code is parsed
- basically that we have DAG object in memory that has the logic
that allows to calculate SLA misses while querying Airflow DB multiple
times. It's likely possible to unentangle it and make the logic separate
from the DAG object, but it's not really good idea to do it now. It's
better to disable it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to