The GitHub Actions job "Tests AMD" on airflow.git/backport-9ef4f12-v3-1-test has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 2d87b8a6f52a6d40346f85c86c78e64294eca5eb / Kaxil Naik <[email protected]> [v3-1-test] Fix DAG processor crash with pre-import module optimization (#56773) The DAG processor would crash when parsing_pre_import_modules=True and a DAG imported a provider with missing optional dependencies. This occurred because providers raise `AirflowOptionalProviderFeatureException` for missing dependencies, but the pre-import code only caught `ModuleNotFoundError`. This was a regression from Airflow 2.x where the original implementation correctly caught all exceptions. The pre-import optimization is non-critical and should never crash the DAG processor - any import errors are properly handled later during actual DAG parsing. Fixes #56755 (cherry picked from commit 9ef4f12a5bcad1f7940d0f3fa8238a2ba4096114) Co-authored-by: Kaxil Naik <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/18598855823 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
