wjohnson / pyapacheatlas

A python package to help work with the apache atlas REST APIs
https://wjohnson.github.io/pyapacheatlas-docs/latest/
MIT License
170 stars 96 forks source link

Support for user requests (Azure Purview) #250

Closed Freds72AtWork closed 1 year ago

Freds72AtWork commented 1 year ago

Proposal Add support to submit a change as a 'workflow request' for Azure Purview The goal is to ensure API requests are going through the integrated Purview workflow engine.

Example An automated system compares a database against glossary terms and upload missing entities/term to Purview. The new entries are not immediately available in the system but goes through a validation process.

Issues that this feature solves N/A

Suggested Implementation See: https://learn.microsoft.com/en-us/rest/api/purview/workflowdataplane/submit-user-requests/submit-user-requests?tabs=HTTP

wjohnson commented 1 year ago

Hi, @Freds72AtWork Thank you so much for using PyApacheAtlas! The scope of this package is strictly the data catalog portion of Purview and Apache Atlas. If you are interested in automating the workflow creation process, you might consider the azure-purview-workflow package instead.