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

The bug is created under Azure Python Catalogue client: https://github.com/Azure/azure-sdk-for-python/issues/33715 **Desktop (please complete the following information):** - Operating System: Ubuntu 22.04.3 LTS - Python Version: 3.10.13 - PyApacheAtlas Version (`python...

bug
purview question

Is it possible to make entityDef as the subtype of the type Process and instead of DataSet, it uses Asset types to make a lineage? I made an attempt to...

purview question

1. Update Atlas API endpoints to the new /datamap/ endpoints 2. GraphQL endpoint should point to the new purview service endpoint. This will introduce breaking changes to the `PurviewClient` and...

enhancement

**Describe the feature** Show API definitions as assets by importing OpenAPI or Swagger files **Detailed Example** For example on the following [page](https://developer.lufthansa.com/swagger/getspecification/21516) you can find a Swagger / OpenAPI definition...

enhancement
help wanted
sample

When calling get_typedef with TypeCategory.BUSINESSMEATADATA it generates an endpoint with upper case (businessMetadata) which causes to fails. This fix generate the url with lower cases as "businessmetadata"

I'm trying to use the parse_bulk_entities to update all my entities in my purview data catalog in the format typeName, qualifiedName, name, description, type everything updates as expected except the...

purview question

We use "account_name" parameter in core.PurviewClient class, because it's enough to build endpoint_url from it. This PR applies the same logic to PurviewCollectionsClient class: you only need to pass account_name,...

Currently, if you have a date cell, [openpyxl will return a datetime](https://openpyxl.readthedocs.io/en/stable/datetime.html) which is not json serializable by default. I'm leaning toward converting it to unix epoch time and an...

enhancement

Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.0.23 to 9.1.0. Changelog Sourced from mysql-connector-python's changelog. v9.1.0 WL#16452: Bundle all installable authentication plugins when building the C-extension WL#16444: Drop build support for DEB packages WL#16442:...

dependencies