Hi Everyone,
Is there any workaround i can use Prefect with golang ?
n
Nate
01/04/2025, 8:07 PM
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
Nate
01/04/2025, 8:07 PM
but ultimately you can write a client in any language that can interact with the REST api
n
Nimesh Kumar
01/05/2025, 6:09 AM
Thanks Nate for the response
Is there any documentation which i refer for this