How to clean ab_view_menu and ab_permission_view tables from deleted dags
We have a lot of old data in these tables from deleted dags, which are still sitting there and slowing page load when we click on security permissions tab. Is there any way other than deleting from database tables?
ab_view_menu
ab_permission_view
ab_permission_view_role
Airflow Task Group getting marked as done if any of the tasks fail inside it and triggering all_done trigger incorrectly
So the root of my issue is that I have a task group with several tasks, once in a while one will fail and that will set the status of the task group to failed instantly instead of waiting for all tasks to finish.