TOMAS IGNACIO ACUÑA RUZ
04/05/2021, 7:23 PMKevin Kho
04/05/2021, 7:33 PMInteractive API
tab of the UI for available operationsTOMAS IGNACIO ACUÑA RUZ
04/05/2021, 10:04 PMKevin Kho
04/05/2021, 10:08 PMprefect.client
Client with Pythonfrom prefect.client import Client
client = Client()
result = json.loads(client.graphql(query).to_json())
TOMAS IGNACIO ACUÑA RUZ
04/05/2021, 10:09 PMKevin Kho
04/05/2021, 10:22 PMcreate_flow_run
mutation accepts parameters. You can schedule the time for the current time to run immediately.TOMAS IGNACIO ACUÑA RUZ
04/05/2021, 10:23 PMKevin Kho
04/06/2021, 2:17 AM