Constantino Schillebeeckx
01/03/2022, 5:37 PMKevin Kho
Kevin Kho
Anna Geller
auto_scheduled
flag set to True when the flow runs on schedule:
query = """
query($id: uuid!) {
flow_run(where: {id: {_eq: $id} }) {
id
auto_scheduled
}
}
"""
client.graphql(query=query, variables=dict(id=prefect.context["flow_run_id"]))
Constantino Schillebeeckx
01/03/2022, 5:45 PMKevin Kho
Constantino Schillebeeckx
01/03/2022, 5:47 PM