diff --git a/datahub-web-react/src/graphql/lineage.graphql b/datahub-web-react/src/graphql/lineage.graphql index fa19c5784439d..61c79abf929a0 100644 --- a/datahub-web-react/src/graphql/lineage.graphql +++ b/datahub-web-react/src/graphql/lineage.graphql @@ -251,6 +251,9 @@ fragment lineageFields on EntityWithRelationships { siblings { urn type + ... on Dataset { + exists + } ...lineageNodeProperties } } @@ -369,6 +372,9 @@ query getEntityLineage( siblings { urn type + ... on Dataset { + exists + } ...lineageNodeProperties } }