Hi! I having some problems deleting entities. I ha...
# all-things-deployment
n
Hi! I having some problems deleting entities. I have delete a dataaset using the datahub cli
datahub delete --hard --urn "..."
, but it is still being listed in the frontend
actually, if I query the backend using a gql client, it is being returned
which is what frontend does, as far as I know
if I try to deprecate it from the frotend, an error is raised telling me that that entity does not exist
any clue?