pierrejeambrun commented on code in PR #48496:
URL: https://github.com/apache/airflow/pull/48496#discussion_r2018647080
##########
devel-common/src/tests_common/test_utils/db.py:
##########
@@ -335,7 +335,9 @@ def clear_dag_specific_permissions():
def clear_all():
clear_db_runs()
+ clear_db_backfills()
clear_db_assets()
+ clear_db_triggers()
Review Comment:
Is also cleared as part of `clear_db_runs` but association table is not, so
for safety I added it too.
--
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]