atlasclient icon indicating copy to clipboard operation
atlasclient copied to clipboard

Apache Atlas client

Results 18 atlasclient issues
Sort by recently updated
recently updated
newest added

This PR updates [coveralls](https://pypi.org/project/coveralls) from **1.8.2** to **4.0.0**. Changelog ### 4.0.0 ``` BREAKING CHANGES When ``config.ignore_errors`` is Falsey, failures to parse Pyhton files or look up file sources will now...

This PR updates [pytest](https://pypi.org/project/pytest) from **4.6.3** to **8.2.0**. Changelog ### 8.2.0 ``` ========================= Deprecations ------------ - `12069 <https://github.com/pytest-dev/pytest/issues/12069>`_: A deprecation warning is now raised when implementations of one of the...

This PR updates [tox](https://pypi.org/project/tox) from **3.12.1** to **4.15.0**. Changelog ### 3.28.0 ``` -------------------- Features ^^^^^^^^ - Support provision of tox 4 with the ``min_version`` option - by :user:`hroncok` `2661 <https://github.com/tox-dev/tox/issues/2661>`_...

This PR updates [pytest-runner](https://pypi.org/project/pytest-runner) from **5.1** to **6.0.1**. Changelog ### 6.0.1 ``` ====== * Updated Trove classifier to indicate this project is inactive. ``` ### 6.0.0 ``` ====== * 49:...

This PR updates [tox-travis](https://pypi.org/project/tox-travis) from **0.12** to **0.13**. Changelog ### 0.13 ``` ++++ * Add Python 3.7 support in trove classifiers. ``` Links - PyPI: https://pypi.org/project/tox-travis - Changelog: https://pyup.io/changelogs/tox-travis/ -...

The section of the docs for getting typedefs by *name* currently reads as follows: > To get typedefs by name: > ``` > type_defs = client.typedef_guid(TYPE_NAME) > type_defs._data > ```...

Although I really like the good custom exceptions created in exceptions.py and the romantic one liner ``` _status_to_exception_type = dict((c.code, c) for c in HttpError.__subclasses__()) ``` Yet it is not...

https://atlas.apache.org/api/v2/resource_DiscoveryREST.html#resource_DiscoveryREST_searchRelatedEntities_GET

In those line, while we try to make a qualified name with either db='default' or cluster='default' **it does not include it**. Nowhere atlas rest apis mentioned that they will consider...

In release 0.1.7, atlasclient.models.EntityUniqueAttribute raised an exception when reading the entity attribute. **atlasclient 0.1.7** ``` >>> from det.app import ATLAS_CLIENT >>> ATLAS_CLIENT >>> hdfs_path_EUA = ATLAS_CLIENT.entity_unique_attribute('hdfs_path', qualifiedName='/data/d0/raw') >>> hdfs_path_EUA >>>...