ephraimbuddy opened a new pull request, #59500: URL: https://github.com/apache/airflow/pull/59500
* 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 * Apply suggestions from code review * fixup! Fix import errors not cleared for files without DAGs * Remove fallback for files_parsed * fixup! fixup! Fix import errors not cleared for files without DAGs * fixup! Remove fallback for files_parsed * fixup! fixup! fixup! Fix import errors not cleared for files without DAGs --------- (cherry picked from commit 796b46ee8aba6ebaef767ec5592b826a636174e3) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
