Hi Everyone, Is there any workaround i can use Pre...
# ask-community
n
Hi Everyone, Is there any workaround i can use Prefect with golang ?
n
hi @Nimesh - you'd have to implement your own client in golang, or perhaps generate a go client from the OpenAPI spec, but there are a lot of very "pythonic" conveniences that the python SDK offers that you wouldn't get
but ultimately you can write a client in any language that can interact with the REST api
n
Thanks Nate for the response Is there any documentation which i refer for this