https://prefect.io logo
d

DJ Erraballi

11/12/2020, 8:37 AM
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

Dylan

11/12/2020, 2:28 PM
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

Joe Schmid

11/12/2020, 4:16 PM
@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