From 9dafdc3486593f6d3bc3ca5c98358d6c5ec88b7f Mon Sep 17 00:00:00 2001 From: John Joyce Date: Mon, 28 Aug 2023 17:06:59 -0700 Subject: [PATCH] Fix lineage graphql --- datahub-web-react/src/graphql/lineage.graphql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/datahub-web-react/src/graphql/lineage.graphql b/datahub-web-react/src/graphql/lineage.graphql index 61c79abf929a0..52385dee8631a 100644 --- a/datahub-web-react/src/graphql/lineage.graphql +++ b/datahub-web-react/src/graphql/lineage.graphql @@ -198,6 +198,12 @@ fragment lineageNodeProperties on EntityWithRelationships { path } } + health { + type + status + message + causes + } } ... on MLModelGroup { urn