plain-farmer-27314
11/04/2021, 7:30 PMgreen-football-43791
11/04/2021, 7:38 PMplain-farmer-27314
11/04/2021, 7:52 PMplain-farmer-27314
11/04/2021, 8:01 PMrelationships(input: {types: ["Contains"], direction: OUTGOING, start: 0, count: 100}) {
total
relationships {
entity {
urn
}
}
}
But this only returns the first "level" of upstreams (charts in this case). Take for instance a Looker dashboard, can I query for tables that are upstream of it?big-carpet-38439
11/04/2021, 10:17 PMbig-carpet-38439
11/04/2021, 10:17 PMbig-carpet-38439
11/04/2021, 10:18 PMrelationships(input: {types: ["Contains"], direction: OUTGOING, start: 0, count: 100}) {
total
relationships {
entity {
urn
... on Chart {
relationships(input: {types: ["Consumes"], direction: OUTGOING, start: 0, count: 100}) {
total
relationships {
entity {
urn
}
}
}
}
}
}
}
big-carpet-38439
11/04/2021, 10:19 PMplain-farmer-27314
11/05/2021, 3:14 PMgreen-football-43791
11/05/2021, 4:09 PMbig-carpet-38439
11/05/2021, 4:37 PM