jolly-traffic-67085
08/04/2022, 9:13 AMquery {
glossaryNode(urn: "urn:li:glossaryNode:184d95df-a2b5-4479-a1b3-2cbd952a4325") {
children: relationships(
input: {
types: ["IsPartOf"]
direction: INCOMING
start: 0
count: 1000
}
) {
relationships {
entity {
urn
type
... on GlossaryTerm {
properties {
name
}
< I need to show related entities of dataset and field each glossaryterm >
}
}
}
}
}
}
echoing-airport-49548
08/10/2022, 5:34 PMsearchAcrossEntities
GraphQL endpoint to find related entitiesechoing-airport-49548
08/10/2022, 5:36 PM"glossaryTerms:\"Classification.Sensitive\"
would help you find entities that are related to that glossary termjolly-traffic-67085
08/16/2022, 6:01 AM