Is there a way to pull the prefect client without ...
# prefect-community
d
Is there a way to pull the prefect client without the rest of prefect core? Think tehre may be only the one package on pypi
d
Hi @DJ Erraballi! There’s no way currently to pull the
Client
as a separate package. For dependency problems, would you mind opening a GitHub issue?
j
@DJ Erraballi if you don't mind forming the GraphQL for what you want to do, you can just use any generic HTTP client, i.e. anything you can do with prefect.Client you can do via plain old GraphQL. Example: https://medium.com/the-prefect-blog/event-driven-workflows-with-aws-lambda-2ef9d8cc8f1a