How to delete a lineage between datasets ? I make ...
# troubleshoot
v
How to delete a lineage between datasets ? I make a post call with aspect
Copy code
{
          "com.linkedin.dataset.UpstreamLineage": {
            "upstreams": []
          }
},
``` and it was 200 OK. And when I get using https://BASE_URL/entities/urn-of-dataset, it is returning with empty
com.linkedin.dataset.UpstreamLineage
aspect as expected.
But in the UI
, I am still seeing the lineage. Question: How to delete the lineage permanently in datahub (using rest-api preferably) ?
e
Just to recap, you reingested the aspect for the urn with no upstream lineage, but the graph db is not getting updated right? This is very weird. It should go and delete those edges @big-carpet-38439 remember you looked into this before. Is the bug still there?
b
@victorious-dream-46349 Which version are you running with? This should be getting cleared out!
And also, are you using Neo4j or Elastic?
v
I am running the latest version
v0.8.16
. I am using Neo4j
After I hard deleted the dataset, then recreated all the datasets with lineage. Now, deleting the lineage works. May the problem is the with upgrade.