How to create custom entity in Azure purview?

syamala vishnuvajhala 1 Reputation point
2021-10-07T15:12:18.85+00:00

API is not an entity registered in purview, I need to build a custom entity.
Ex: Data comes in and that process need to be defined.
Here process will become one entity and output will become another entity
So how to build all custom entities inside purview and build a lineage among them ?

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,037 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 84,771 Reputation points Microsoft Employee
    2021-10-11T04:11:00.51+00:00

    Hello @syamala vishnuvajhala ,

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

    If you’re looking to build a custom entity and custom lineage, you’ll need to follow a few steps:

    1. You will need to define a custom type using the POST /typedef
    2. You will need to instantiate entities using that custom type. POST /entity/bulk
    3. You will need to instantiate a process entity with inputs and outputs. POST /entity

    I’d encourage you to review the Purview REST API overview: Azure Purview REST API Deep Dive - YouTube

    It leverages PyApacheAtlas as a means for getting started quickly with the Atlas API.

    In addition, there are several samples on Github that would be useful for you:

    Hope this will help. Please let us know if any further queries.

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

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators