shy-kitchen-7972
04/28/2023, 8:03 AM{
search(input: {type: DATASET , query: "mig6", start: 0, count: 100}) {
searchResults {
entity {
... on Dataset {
urn
type
schemaMetadata{version fields { fieldPath label nullable type nativeDataType description glossaryTerms{terms{associatedUrn term{urn properties {
description
sourceRef
sourceUrl
rawSchema
}}}} tags { tags { tag { urn properties { name }}}}} primaryKeys}
}
}
}
}
}
I expect a list of terms associated to some fields but it does not return anything. In the openapi I do receive the assigned glossary terms. Anyone else experiencing this issue? I get the same results in the demo environment. Not sure if I'm maybe not formatting the graphql query properly.lively-cat-88289
04/28/2023, 8:04 AMbig-carpet-38439
05/01/2023, 4:27 PMbig-carpet-38439
05/01/2023, 4:28 PMbig-carpet-38439
05/01/2023, 4:30 PM{
search(input: {type: DATASET , query: "mig6", start: 0, count: 100}) {
searchResults {
entity {
... on Dataset {
urn
type
editableSchemaMetadata { editableSchemaFieldInfo{ glossaryTerms { ... } } }
}
}
}
}
}
shy-kitchen-7972
05/02/2023, 8:50 AM