pierrejeambrun commented on code in PR #48496:
URL: https://github.com/apache/airflow/pull/48496#discussion_r2018828564
##########
devel-common/src/tests_common/test_utils/db.py:
##########
@@ -352,5 +354,5 @@ def clear_all():
clear_db_connections(add_default_connections_back=True)
clear_db_deadline()
clear_dag_specific_permissions()
- if AIRFLOW_V_3_0_PLUS:
- clear_db_dag_bundles()
+ clear_db_dag_parsing_requests()
Review Comment:
Yep thanks, just saw the CI failing on compat checks.
--
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]