Hi, I am trying to execute flow run though graphql query from google cloud functions, how can I set up client so that the cloud functions know what is my client. How can I reach my prefect cloud externally from anywhere?
Copy code
from prefect.client.client import Client
client = Client()
client.graphql(query)
a
Anna Geller
12/15/2021, 4:59 PM
You could create a flow run directly using requests and pass the API key into Bearer token:
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.