I have a dataset which only shows datasets downstream when I click into visualize lineage
. Can anyone help me figure out how to find this using graphql?
I’ve tried this with no results:
searchAcrossLineage(
input: {
query: "*"
urn: "urn:li:dataset:(<my data urn>)"
start: 0
count: 100
direction: DOWNSTREAM
orFilters: [
{
and: [
{
condition: EQUAL
negated: false
field: "degree"
values: ["1", "2", "3+"]
}
]
}
]
}
) {
searchResults {
entity {
urn
type
}
}
}
}```
I’m using Datahub v 0.12.0