This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 2559aa5 ATLAS-4101 : Fix http error code for JsonParseException by
overriding readFrom method of JacksonJsonProvider.
new 4c1dfd0 ATLAS-4077: replaced print statements in Python files with
call to print(), for Python3
new fc8f49a ATLAS-4086: python client fixes - search APIs and others
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
distro/src/test/python/scripts/TestMetadata.py | 4 +--
intg/src/main/python/README.md | 5 ++--
intg/src/main/python/apache_atlas/client/admin.py | 5 +---
.../main/python/apache_atlas/client/discovery.py | 34 +++++++++++-----------
intg/src/main/python/apache_atlas/client/entity.py | 4 +--
.../main/python/apache_atlas/client/glossary.py | 9 ++++--
.../python/apache_atlas/client/relationship.py | 2 +-
.../src/main/python/apache_atlas/client/typedef.py | 1 +
.../src/main/python/apache_atlas/model/glossary.py | 15 ++++------
.../src/main/python/apache_atlas/model/instance.py | 15 +++++-----
intg/src/main/python/setup.py | 2 +-
.../src/main/resources/repair_index.py | 8 ++---
.../atlas_migration_export.py | 8 ++---
13 files changed, 56 insertions(+), 56 deletions(-)