pyapacheatlas.core.graphql.GraphQLClient#

class pyapacheatlas.core.graphql.GraphQLClient(endpoint_url, authentication, **kwargs)#

Implements the GraphQL connection in Microsoft Purview.

Do not instantiate this directly, instead, it is used by PurviewClient. This is not available to that AtlasClient.

__init__(endpoint_url, authentication, **kwargs)#

Methods

__init__(endpoint_url, authentication, **kwargs)

query(query)

Execute a GraphQL query on the Purview Datamap.