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

I am trying to upload excel with bulk upload functionality, for smaller size file its working fine , but having more data throws error from server side (504 time-out) ,...

bug

**What is your desired outcome** Hi Will & all the contributors! I'm trying to write a function to create/update **AtlasProcess** based on passed parameters. But for some reason I faced...

purview question

I want to extract my glossary, more or less 6000 terms. The request for the glossary needs too much time to complete. I tried to set a timeout, like in...

purview question

**Describe the bug** When there's a large amount of purview entities (currently we have > 20K), the `search_entities` API might have this error: ``` [1:54 PM] Xiaoyong Zhu Traceback (most...

bug

Hi I am using this guide for writing our custom API for doing business operation (update schema details) with PURVIEW. Here we are using Nodejs restify for writing API to...

purview question

For a given type, traverse the types and create a template for the attributes and relationship attributes. Add those as column headers.

enhancement

Bulk entities supports applying... * attributes * root properties * Special rules for`[root] classifications` * Special rules for`[root] labels` * Special rules for `contacts` which is populated by `experts` and...

enhancement

***It's probably more of a Python question rather than strictly Purview or ApacheAtlas, but any help is greatly appreciated.*** Any advice on converting the output of a `client.discovery.search_entities()` into a...

purview question

I am using PurviewClient to connect to Purview from Databricks. I didn't have any problem reading assets, however, I am facing this issue since today: `SSLError: HTTPSConnectionPool(host='.purview.azure.com', port=443): Max retries...