pyapacheatlas icon indicating copy to clipboard operation
pyapacheatlas copied to clipboard

A python package to help work with the apache atlas REST APIs

Results 33 pyapacheatlas issues
Sort by recently updated
recently updated
newest added

We could also have `[root] fieldName` as a way of injecting the correct field into the root property. The default would be to make it an attribute definition. The challenge...

enhancement

The Bulk Upload excel should support managed attributes / business metadata.

enhancement

**Describe the bug** All methods related to entity creation within a specific collection ([move_entities](https://wjohnson.github.io/pyapacheatlas-docs/latest/core/api/pyapacheatlas.core.collections.PurviewCollectionsClient.move_entities.html#pyapacheatlas.core.collections.PurviewCollectionsClient.move_entities), [upload_single_entity](https://wjohnson.github.io/pyapacheatlas-docs/latest/core/api/pyapacheatlas.core.collections.PurviewCollectionsClient.upload_single_entity.html#pyapacheatlas.core.collections.PurviewCollectionsClient.upload_single_entity), [upload_entities](https://wjohnson.github.io/pyapacheatlas-docs/latest/core/api/pyapacheatlas.core.collections.PurviewCollectionsClient.upload_entities.html#pyapacheatlas.core.collections.PurviewCollectionsClient.upload_entities)) don't work. These methods have to be adjusted to the new Purview API version...

bug

**What is your desired outcome** When calling the PurviewClient.get_entity with qualifiedname and typeName, the method should return the entity even if the qualifiedname has space in it. Having a space...

purview question

Hi, Using your code in migratePurview I was able to search for and export all of my Snowflake tables and views. However, when I execute the following to search of...

purview question

I am trying to update the **Expert** information for an already existing **azure_sql_dw_table** entity using `pyapacheatlas.core.client.PurviewClient.partial_update_entity()` and while I can do this for something that is not nested using something...

purview question

forces any managed attributes used in the bulkEntities sheet to use the replace behaviour by default. I think replace should be the default behaviour. Leaving cell blank will clear any...

**What is your desired outcome** I would like to be able to use the Atlas API for entity audit fetching, https://atlas.apache.org/api/v2/resource_EntityREST.html#resource_EntityREST_getAuditEvents_GET however this is returning a 404. **What have you...

purview question

**Describe the bug** The `AtlasEntity` class method `addRelationship` checks if the relationship attributes are uninitialised by wrongly testing if the `customAttributes` attribute (instead of the `relationshipAttributes` one) was initialised. **To...

bug