Forum Discussion

NikiZheng's avatar
NikiZheng
Copper Contributor
Jul 29, 2026

Purview SDK

I've been spending quite a bit of time working with Purview APIs, The APIs themselves are fine, but after a while I realized I was writing the same authentication, pagination and relationship handling code over and over again.

So instead of construction the same code from project to project, I turned it into a python package, and now it's available on PyPI

 

pip install purview-unified-sdk

 

Right now, the SDK supports most of the common operations, such as creating, retrieving, updating and deleting business domains, data products, glossary terms, objectives, key results and etc., 

It also make it much easier to work with relationships, add group id as a owner, navigate resources and retrieve metadata across the unified catalog. 

 

https://niki9001.github.io/purview-unified-sdk/

https://github.com/purview-unified-sdk

 

Feel free to fork the project, submit a pull request or open an issue if you have ideas or suggestions

No RepliesBe the first to reply