hi, i tried to remove by `container` but, i get th...
# ingestion
g
hi, i tried to remove by
container
but, i get this error my command is :
datahub delete --urn "urn:li:container:(13c86013c4ae5a2027b9e2f2b9443a91)" --soft
c
Remove
(
and
)
from urn
datahub delete --urn "urnlicontainer:13c86013c4ae5a2027b9e2f2b9443a91" --soft
g
@muga
@careful-pilot-86309 i still getting the same error after remove ( and ) 😞
c
Above query is working as is my setup. This seems something else. @square-activity-64562 Can you help here?
g
Ops, it works!
Successfully deleted urn:li:container:13c86013c4ae5a2027b9e2f2b9443a91. -1 rows deleted . Took 2.901 seconds to soft delete -1 rows for 1 entities
but, when I check in Platform, this container still there.
shall I force delete?
c
I dont think force delete is needed given that your delete was successful.
Try refreshing cache maybe?
s
You should do a hard delete if you don't want it to show up in the UI
g
I see, then I force deleting it
s
There is
--hard
option
g
replace
--soft
to
--hard
rite?
c
Yes
g
thanks!