The GitHub Actions job "Tests AMD" on airflow.git/backport-9ef4f12-v3-1-test 
has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
20008cd8e14a32013d9c079aa592c4fa4cc6d118 / 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/18622090674

With regards,
GitHub Actions via GitBox


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

Reply via email to