Re: [ANNOUNCE] Apache Atlas - Python client

2020-12-10 Thread Verdan Mahmood
This is superb news. We have been relying on 3rd party clients for quite some time and also maintaining a fork of a client, which uses lazy loading. The one that I personally maintain is this one: https://pyatlasclient.readthedocs.io/en/latest/# However, I'd be happy to migrate to the official

[ANNOUNCE] Apache Atlas - Python client

2020-12-04 Thread Sarath Subramanian
All, The official Python client library for Apache Atlas is now available at https://pypi.org/project/apache-atlas. This python client is based on Apache Atlas REST APIs and enables integration with Atlas types, entities, glossaries and search APIs Install: pip install apache-atlas Sample