Hey all, is there a sync OrionClient? I’m developi...
# prefect-community
j
Hey all, is there a sync OrionClient? I’m developing a CLI with custom features and the sync client would be very helpful
1
a
there isn't, but curious to hear what in the async client is blocking you? any specific errors you get? Prefect itself has CLI built on top of it https://github.com/PrefectHQ/prefect/tree/main/src/prefect/cli
j
I’m using click, not typer, hence I don’t have “easy” async out of the box. I’ll look into typer and check if migrating is viable
👍 1
Oh… Y’all had to add async utilities too