hi team, i can't run this command `datahub delete...
# ingestion
g
hi team, i can't run this command
datahub delete --urn "urn:li:assertion:35b8d904a367f5d02b07b20bac478408" --soft
error msg:
OperationalError: ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: java.lang.RuntimeException: Unknown aspect status for entity assertion\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:42)\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)\n\tat com.linkedin.metadata.resources.entity.AspectResource.ingestProposal(AspectResource.java:133)
m
Hey @gifted-knife-16120 looks like assertions don't have the status aspect, as a result you cannot soft-delete it. Hard-delete should work though.
g
Understood. Thanms