mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 03:19:51 +00:00
12 lines
279 B
GraphQL
12 lines
279 B
GraphQL
![]() |
query getMLModelGroup($urn: String!) {
|
||
|
mlModelGroup(urn: $urn) {
|
||
|
...nonRecursiveMLModelGroupFields
|
||
|
downstreamLineage {
|
||
|
...downstreamRelationshipFields
|
||
|
}
|
||
|
upstreamLineage {
|
||
|
...upstreamRelationshipFields
|
||
|
}
|
||
|
}
|
||
|
}
|