Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vjcuadros opened this issue Nov 6, 2023 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@vjcuadros
Copy link

vjcuadros commented Nov 6, 2023

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":[]}
)

@vjcuadros vjcuadros added the bug Something isn't working label Nov 6, 2023
@Sgidwani61
Copy link

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
Copy link
Author

do you know if there is a near release date?

@Sgidwani61
Copy link

nope ive been waiting for one since august

@wjohnson
Copy link
Owner

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants