General Utilities#

AtlasResponse(response, **kwargs)

Interface for a response from Atlas.

AtlasBaseClient(**kwargs)

AtlasException

AtlasUnInit()

Represents a value that has not been initialized and will not be included in json body.

PurviewOnly(func)

Raise a runtime warning if you are using an AtlasClient (or non Purview) client.

PurviewLimitation(func)

Raise a runtime warning if you are using a PurviewClient.

GuidTracker([starting, direction])

Always grab the next available guid by either inrementing or decrementing.

GuidTracker.get_guid()

Retrieve the next unique guid and update the guid.