The GitHub Actions job "Tests" on 
airflow.git/fix-import-error-file-nolonger-exists has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
f2a8388f3979cf0f549a6d0d37fd6d0ddb646cbc / Ephraim Anierobi 
<[email protected]>
Fix import errors not cleared for files without DAGs

Previously, import errors persisted in the database for files that were
successfully parsed but no longer contained any DAGs. This happened
because we only tracked files that had DAGs, missing files that
were parsed successfully but had their DAGs removed.

Now, when files are parsed, all parsed files are tracked (not just those
with DAGs), ensuring import errors are properly cleared when a file is
successfully parsed without errors, even if it no longer contains DAGs.

closes: #57621

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

With regards,
GitHub Actions via GitBox


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

Reply via email to