query getMLFeatureTable($urn: String!) { mlFeatureTable(urn: $urn) { ...nonRecursiveMLFeatureTable upstream: lineage(input: { direction: UPSTREAM, start: 0, count: 100 }) { ...partialLineageResults } downstream: lineage(input: { direction: DOWNSTREAM, start: 0, count: 100 }) { ...partialLineageResults } } }