Hi everyone, i've a quick question about data lineage, how to delete a relationship between 2 entities ?
b
big-carpet-38439
04/05/2022, 6:58 PM
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
quick-student-61408
04/06/2022, 10:07 AM
Hi @big-carpet-38439, I want to delete all relationship in this schema : i used file based lineage.
b
big-carpet-38439
04/07/2022, 1:52 AM
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
quick-student-61408
04/07/2022, 8:13 AM
It doesn't work, i found solution with a rollback. Thank you John