Skip to content

Commit

Permalink
add customproperties for mlmodelgroup query
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Mar 4, 2025
1 parent 512448e commit f001ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datahub-web-react/src/graphql/fragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,10 @@ fragment nonRecursiveMLModelGroupFields on MLModelGroup {
trainingJobs
downstreamJobs
}
customProperties {
key
value
}
}
browsePathV2 {
...browsePathV2Fields
Expand Down

0 comments on commit f001ba8

Please sign in to comment.