fix(ui) fix subtype name of datajob on dataflow card (#13021)

Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
This commit is contained in:
ryota-cloud 2025-03-31 23:59:19 -07:00 committed by GitHub
parent 9e28c1af63
commit b5af0084cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,9 @@ query getDataFlowChildJobs($urn: String!, $start: Int, $count: Int) {
deprecation {
...deprecationFields
}
subTypes {
typeNames
}
}
}
}