Hi everyone, i've a quick question about data line...
# troubleshoot
q
Hi everyone, i've a quick question about data lineage, how to delete a relationship between 2 entities ?
b
Hi there! So to delete an edge, you'd need to modify the aspect which contains that relationship. The aspects that contain each type of relationship are discussed in

this video

more thoroughly. What type of relationship are you hoping to remove?
q
Hi @big-carpet-38439, I want to delete all relationship in this schema : i used file based lineage.
b
Ah Dataset - Dataset lineage. yes! You should be able to set the upstream lineage to [] empty array in file-based lineage to do this!
q
It doesn't work, i found solution with a rollback. Thank you John