Skip to content

Commit

Permalink
fetching exists on lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons committed Aug 8, 2023
1 parent a6d88cd commit d8a7423
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datahub-web-react/src/graphql/lineage.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ fragment lineageFields on EntityWithRelationships {
siblings {
urn
type
... on Dataset {
exists
}
...lineageNodeProperties
}
}
Expand Down Expand Up @@ -369,6 +372,9 @@ query getEntityLineage(
siblings {
urn
type
... on Dataset {
exists
}
...lineageNodeProperties
}
}
Expand Down

0 comments on commit d8a7423

Please sign in to comment.