knightmre commented on issue #13345:
URL: https://github.com/apache/superset/issues/13345#issuecomment-3068518305

   On superset 4.1.1, remove all roles from the user then use this SQL Query: 
   
   ```sql
   -- user to be deleted is id XXX
   delete from query where user_id=XXX;
   delete from logs where user_id=XXX;
   delete from tab_state where user_id=XXX;
   delete from favstar where user_id=XXX;
   delete from key_value where changed_by_fk=XXX;
   delete from key_value where created_by_fk=XXX;
   delete from logs where user_id=XXX;
   delete from ab_user where id=XXX;
   ```


-- 
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]

Reply via email to