Hi all, I am looking for a way to find domain urns...
# troubleshoot
f
Hi all, I am looking for a way to find domain urns by their name. Using
DataHubGraph
doesn't seem suitable because it requires
entity_urn
. Any recommendations here?
b
listdomains query using graphql? Then filter by name and get the urn
g
@full-dentist-68591 you can use the search across entities graphql endpoint to search based on any property. You can see another example of using that endpoint in a question a few below yours in this channel