jscheffl commented on code in PR #42455:
URL: https://github.com/apache/airflow/pull/42455#discussion_r1777687668
##########
tests/test_utils/db.py:
##########
@@ -35,6 +35,7 @@
Variable,
XCom,
)
+from airflow.models.backfill import Backfill, BackfillDagRun
Review Comment:
Uuups, this PR broke main after merge :-(
https://github.com/apache/airflow/actions/runs/11058948895/job/30726378646
```
ImportError while importing test module
'/opt/airflow/tests/providers/google/cloud/log/test_gcs_task_handler.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/providers/google/cloud/log/test_gcs_task_handler.py:31: in <module>
from tests.test_utils.db import clear_db_dags, clear_db_runs
tests/test_utils/db.py:38: in <module>
from airflow.models.backfill import Backfill, BackfillDagRun
E ModuleNotFoundError: No module named 'airflow.models.backfill'
```
--
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]