-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- See error:
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):
- OS: Azure Synapse Notebook
- PyApacheAtlas Version (
python -m pyapacheatlas --version): pyapacheatlas-0.16.0
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working