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

Head commit for run:
2352f35bb3b16d4939883a6a1d4c81ddcab043d4 / Ash Berlin-Taylor <[email protected]>
Don't get DAG out of DagBag when we already have it

Two things here:

1. By the ponit we are looking at the "callbacks" `dagrun.dag` will
   already be set, (the `or dagbag.get_dag` is a safety precaution. It
   might not be required or worth it)
2. DagBag already _is_ a cache. We don't need an extra caching layer on
   top of it.

This "soft reverts" #30704 and removes the lru_cache

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

With regards,
GitHub Actions via GitBox


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

Reply via email to