Lee-W commented on issue #51381: URL: https://github.com/apache/airflow/issues/51381#issuecomment-2943803750
tested https://github.com/apache/airflow/pull/50773, https://github.com/apache/airflow/pull/50950 I think we might have missed https://github.com/apache/airflow/pull/51295, not sure whether it's expected, but the original case seems to be well handled by https://github.com/apache/airflow/pull/50950 also I saw the following dag import error when testing ``` Timestamp: 2025-06-05, 18:05:02 Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/.../.venv/lib/python3.13/site-packages/airflow/example_dags/standard/example_external_task_parent_deferrable.py", line 60, in <module> from tests_common.test_utils.watcher import watcher ModuleNotFoundError: No module named 'tests_common' ``` -- 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]
