rhythmic-stone-77840
07/06/2022, 6:05 PMincalculable-ocean-74010
07/06/2022, 9:10 PMrhythmic-stone-77840
07/07/2022, 1:06 AMsearchAcrossLineage
call through GraphSql which I think looks promising. But I found the documentation on how to use it very confusing.green-football-43791
07/07/2022, 7:31 PMgreen-football-43791
07/07/2022, 7:31 PMgreen-football-43791
07/07/2022, 7:32 PMquery getEntityLineage($urn: String!) {
entity(urn: $urn) {
urn
type
...lineageNodeProperties
... on Dataset {
siblings {
isPrimary
siblings {
urn
type
...lineageNodeProperties
}
}
}
... on EntityWithRelationships {
upstream: lineage(input: { direction: UPSTREAM, start: 0, count: 100 }) {
...fullLineageResults
}
downstream: lineage(input: { direction: DOWNSTREAM, start: 0, count: 100 }) {
...fullLineageResults
}
}
}
}
rhythmic-stone-77840
07/07/2022, 9:14 PMfierce-monkey-46092
10/06/2022, 7:13 AMrhythmic-stone-77840
10/06/2022, 1:18 PM