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

Trying to update purview contacts (expert and owner) but not able to do it #266

Closed vjcuadros closed 9 months ago

vjcuadros commented 11 months ago

Describe the bug Behavior is weird as it appears as it succeed, but when I go to purview entity contacts are not there, but when I go to filters I can filtered by those contacts. not sur if purview bug or sdk.

To Reproduce Steps to reproduce the behavior: I'm using this code

actual_entity = AtlasEntity( name=name, qualified_name=qualified_name, typeName=typeName, attributes={ "userDescription": description }, guid=guid, contacts ={"Expert":[{"id":"aad-id-of-some-user", "info":""}], "Owner":[]} )

Sgidwani61 commented 10 months ago

yeah i had this issue as well and its because the release is from before the updates to fix this bug were made so until a new release is added with the updated version of that functionality, it doesnt work unfortunately :/ waiting for this release myself!

vjcuadros commented 10 months ago

do you know if there is a near release date?

Sgidwani61 commented 10 months ago

nope ive been waiting for one since august

wjohnson commented 9 months ago

@Sgidwani61 @vjcuadros Thank you both for your extreme patience. I just published a new release and it is now available on PyPi with the fix. With time off for the holidays I was finally able to get this out. Thank you both for your continued use of PyApacheAtlas!