The GitHub Actions job "Tests (AMD)" on 
airflow.git/ghaeli/callback-context-execution-api has failed.
Run started by GitHub user seanghaeli (triggered by seanghaeli).

Head commit for run:
056f480fc3c4eceb8410ed99161a8208f47c79f0 / Sean Ghaeli <[email protected]>
Move load_mangled_dag_module to airflow._shared to fix SDK001 static check

_load_mangled_module was in task-sdk (callback_supervisor.py) but
airflow-core/triggers/callback.py needed to import it, which violated
the 'no SDK imports in core files' rule.

Moved to airflow._shared.module_loading (the shared package importable from
both sides), renamed to load_mangled_dag_module. Both 
_register_unusual_prefix_module
(executor) and _ensure_bundle_module_registered (triggerer) now import from 
there.
Also collapses multi-line mock.patch() calls to satisfy ruff format.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to