Roman KlimenkoBlogPhotography

cluedin 2.2.0

June 27, 2023

cluedindatapython

The 2.2.0 is a small release for cluedin – a Python library to work with CluedIn – a data management platform. It adds a new method to send GraphQL requests to the Organization endpoint.

What's new:

GraphQL

  • cluedin.gql.org_gql(context: Context, query: str, variables: dict = None) -> dict – sends a GraphQL request to the Organization endpoint and returns a response.

Full Changelog: https://github.com/romaklimenko/cluedin/compare/2.1.0...2.2.0