Skip to content

Commit

Permalink
Add new models to cleanup list
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Dec 24, 2024
1 parent 8861058 commit 8dd043e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/utils/test_db_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def test_no_models_missing(self):
"slot_pool", # leave alone
"dag_schedule_asset_reference", # leave alone for now
"dag_schedule_asset_alias_reference", # leave alone for now
"dag_schedule_asset_name_reference", # leave alone for now
"dag_schedule_asset_uri_reference", # leave alone for now
"task_outlet_asset_reference", # leave alone for now
"asset_dag_run_queue", # self-managed
"asset_event_dag_run", # foreign keys
Expand Down

0 comments on commit 8dd043e

Please sign in to comment.