beeritis commented on issue #13345: URL: https://github.com/apache/superset/issues/13345#issuecomment-1968774348
Airflow v2.6.0 Just had the same problem - following worked for me - ``` delete from dag_run_note where user_id='<userid>; delete from ab_user_role where user_id='<userid>'; delete from ab_user where username='<username>'; ``` Not a fan of force deleting but this is a fundamental bug that needs fixing. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
