mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
fix(ui) fix subtype name of datajob on dataflow card (#13021)
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
This commit is contained in:
parent
9e28c1af63
commit
b5af0084cb
@ -128,6 +128,9 @@ query getDataFlowChildJobs($urn: String!, $start: Int, $count: Int) {
|
||||
deprecation {
|
||||
...deprecationFields
|
||||
}
|
||||
subTypes {
|
||||
typeNames
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user