Skip to content

Commit

Permalink
Fix lineage graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 committed Aug 29, 2023
1 parent 72471ad commit 9dafdc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datahub-web-react/src/graphql/lineage.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ fragment lineageNodeProperties on EntityWithRelationships {
path
}
}
health {
type
status
message
causes
}
}
... on MLModelGroup {
urn
Expand Down

0 comments on commit 9dafdc3

Please sign in to comment.