@big-carpet-38439 it is an UI problem! Query: "query getMLFeatureTable($urn: String!) {\n mlFeatureTable(urn: $urn) {\n ...nonRecursiveMLFeatureTable\n upstream: lineage(input: {direction: UPSTREAM, start: 0, count: 100}) {\n ...fullLineageResults\n __typename\n }\n downstream: lineage(input: {direction: DOWNSTREAM, start: 0, count: 100}) {\n ...fullLineageResults\n __typename\n }\n __typename\n }\n}\n\nfragment nonRecursiveMLFeatureTable on MLFeatureTable {\n urn\n type\n name\n platform {\n ...platformFi… platform {\n ...platformFields\n __typename\n }\n domain {\n ...entityDomain\n __typename\n }\n container {\n ...entityContainer\n __typename\n }\n status {\n removed\n __typename\n }\n deprecation {\n ...deprecationFields\n __typename\n }\n __typename\n}\n\nfragment leafLineageResults on EntityLineageResult {\n start\n count\n total\n relationships {\n type\n entity {\n urn\n type\n __typename\n }\n __typename\n }\n __typename\n}\n"
Answer: 0Object { message: "The field at path '/mlFeatureTable/name' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'String' within parent type 'MLFeatureTable'", path: […], extensions: {…} }