You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible delete_namespace should delete everything in a single transaction. It seems in its current form it can leave leftover data (eg: an Account that doesn't belong to a Namespace).
I have not been able to reproduce the error, but I noticed the following chain of events:
If possible
delete_namespace
should delete everything in a single transaction. It seems in its current form it can leave leftover data (eg: anAccount
that doesn't belong to aNamespace
).I have not been able to reproduce the error, but I noticed the following chain of events:
namespace_public_id
and succeededdelete-marked-accounts
tries toget_accounts_to_delete
, but it fails when building the list of tuples because the account doesn't have a namespace anympreThe text was updated successfully, but these errors were encountered: