Skip to content

Commit

Permalink
fix fragments.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Jan 16, 2025
1 parent 69da53a commit 314b869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datahub-web-react/src/graphql/fragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -979,14 +979,14 @@ fragment nonRecursiveMLModelGroupFields on MLModelGroup {
time
actor
}
mlModelLineageInfo {
trainingJobs
downstreamJobs
}
}
browsePathV2 {
...browsePathV2Fields
}
mlModelLineageInfo {
trainingJobs
downstreamJobs
}
}

fragment platformFields on DataPlatform {
Expand Down

0 comments on commit 314b869

Please sign in to comment.