Hello community, just wondering, it is mentioned t...
# feature-requests
s
Hello community, just wondering, it is mentioned that Datahub SDK was planned to wrap up GraphQL API. Is that happening in the near future?
e
Hey is there a feature request you are referring to for this? Are you referring to a python or java sdk for accessing our graphql API? @orange-night-91387 is this something on your horizon?
o
Not that I'm aware of, I don't think we have any near term plans to wrap the GraphQL API within one of our client SDKs. Note that this is entirely possible to get with something like: https://netflix.github.io/dgs/advanced/java-client/ (https://netflix.github.io/dgs/generating-code-from-schema/) which supports codegen off of graphQL schema, but we are not currently publishing a specific SDK for it.
Also note that the OpenAPI endpoints are a separate effort from the GraphQL ones if that was the source of confusion