A unified data governance solution that helps manage, protect, and discover data across your organization
Hey NV ,
it looks like you’d like to be able to pick and choose which custom glossary-term attributes show up as columns in the Purview UI glossary views so you don’t have to drill into each term to see your critical fields. Unfortunately, today the Purview glossary UI doesn’t support configuring custom fields as additional columns. Here are a couple of workarounds and next steps you can consider:
- Export to CSV • Use the “Export Glossary Terms As Csv” REST API to pull down all your glossary terms, including any custom attributes you’ve defined in your term templates. • Open the CSV in Excel (or your BI tool of choice) and you’ll see each custom field as its own column. Reference: https://docs.microsoft.com/en-us/rest/api/purview/catalogdataplane/glossary/export-glossary-terms-as-csv?tabs=HTTP
- Programmatic retrieval via Atlas API • If you need a more dynamic or integrated view, you can call the Atlas APIs to fetch glossary terms along with their attribute GUIDs and values, then build your own UI or dashboard. • Steps: a. GET all glossary term GUIDs b. GET each term by GUID to retrieve custom attributes c. Render your custom grid with the fields you care about Reference: https://docs.microsoft.com/azure/purview/catalog-concept-atlas-rest-api
- File a feature request • If neither of the above options fits, we recommend submitting a feature request on the Purview feedback portal (aka “Ideas” in the Purview Studio). The product team regularly reviews these suggestions for future releases.
Hope one of these approaches helps you get visibility into your custom fields without manual clicks on every term! Let us know if you have any questions on the APIs or CSV export.
Reference list
• Export Glossary Terms As Csv
• Import Glossary Terms Via Csv
• Glossary – Assign Term To Entities (Atlas API)
• Atlas REST APIs overview
https://docs.microsoft.com/azure/purview/catalog-concept-atlas-rest-api
• Purview glossary best practices
https://docs.microsoft.com/en-us/azure/purview/concept-best-practices-glossary
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.