xavier-GitHub76 commented on issue #13345: URL: https://github.com/apache/superset/issues/13345#issuecomment-2162620239
Hello, I have already create and delete users without problem. We ca consider the cascade delete is existing but for an unknown reason, I have also this issue on superset v3.  The message should detail the data to remove. I will test : > puting this here for future use: > > ``` > -- user to be deleted is 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org