You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/02 07:28:42 UTC

[GitHub] [incubator-superset] fremantletechnology commented on issue #2318: `superset` still alert `associated data exists` when i delete all related slices and dashboards

fremantletechnology commented on issue #2318:
URL: https://github.com/apache/incubator-superset/issues/2318#issuecomment-652835977


   I had to also clean up these records :
   delete from public.url 	where created_by_fk = myUserID or  changed_by_fk = myUserID ;	
   delete from public.logs where user_id = myUserID  ;
   delete from public.slice_user where user_id =myUserID  ;
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org