Hi everyone, I've dropped a table in snowflake an...
# troubleshoot
k
Hi everyone, I've dropped a table in snowflake and committed the changes. Though the lineage in DataHub still shows the dropped table. Can anyone guess why that is and how i fix it? Thanks a lot in advance
2
g
This is an issue that dataHub has. If you create an upstream or downstream lineage metadata pointing to an urn that does not exist or was deleted, you can find this entity in the search tab and even in the lineage tab. You can delete the upstream/downstream lineage metadata from the "manage lineage" page in the UI. Just click to edit the lineage and then delete the relationship.
Other possibility is to use the datahub cli to delete metadata: https://datahubproject.io/docs/how/delete-metadata/#delete-using-broader-filters
k
Thanks for the quick response. That's helpful