CluedIn Python SDK 2.3.0
cluedin - a Python SDK for CluedIn - a data management platform. It adds a new method to send GraphQL requests to the Organization endpoint.
GraphQL
cluedin.gql.entries(context: Context, query: str, variables: dict = None, flat=False) -> list– returns entries from a GraphQL search query. If cursor is requested in the GraphQL query (see the example above and tests), then it proceeds to next pages to return all results. IfflatisTrue, then it flattens thepropertiesdictionary of each returned entity.
JSON
dump(file: str, obj: Any) -> None– serialize obj as a JSON formatted stream to file.load(file: str) -> Any– deserialize file to a Python object.
Full Changelog: https://github.com/romaklimenko/cluedin/compare/2.2.0...2.3.0