You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All methods related to entity creation within a specific collection (move_entities, upload_single_entity, upload_entities) don't work. These methods have to be adjusted to the new Purview API version that expects a different URL format.
To Reproduce
Steps to reproduce the behavior:
Initialize an instance of PurviewCollectionsClient
Create a valid AtlasEntity
Call any of the methods above of the client, passing the new Entity
Describe the bug
All methods related to entity creation within a specific collection (move_entities, upload_single_entity, upload_entities) don't work. These methods have to be adjusted to the new Purview API version that expects a different URL format.
To Reproduce
Steps to reproduce the behavior:
HTTPError: 404 Client Error: Not Found for url: https://abcdefg.purview.azure.com/account/catalog/api/collections/xxxxxx/entity?api-version=2022-03-01-preview
Expected behavior
Entity is created
Screenshots
Desktop (please complete the following information):
python -m pyapacheatlas --version
): pyapacheatlas-0.16.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: