Auto Mapping Glossary Terms

Yonatan Grinberg 46 Reputation points
2021-06-28T12:16:20.617+00:00

I searched before asking, but could not find any documentation or similar question.

So, lets say we have an asset in Azure PurView "FACT_TABLE_X" and within it we have a column asset "currency_code".
Also we have a glossary term "Currency" with an acronym "currency_code"

  1. How can we automatically link that "currency_code" asset with the "Currency" glossary term?
  2. Is there any chance that scanning a source links glossary terms when matching synonym or acronym?
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,010 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 83,301 Reputation points Microsoft Employee
    2021-06-30T05:46:18.923+00:00

    Hello @Yonatan Grinberg ,

    Thanks for the question and using MS Q&A platform.

    Here’s a sample that might work for you, in case if you are looking exact match / dictionary style lookup.

    pyapacheatlas/update_entities_with_term.py at master · wjohnson/pyapacheatlas (github.com)

    Hope this helps. Do let us know if you any further queries.

    ---------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Yonatan Grinberg 46 Reputation points
    2021-06-29T08:16:27.807+00:00

    So as far as I got until now, I understood that there are some community driven packages allowing attaching glossary terms & assets via Azure PurView REST API.

    0 comments No comments