Pim Claessens
12/14/2023, 9:21 AMMarvin
12/14/2023, 9:22 AMpython
from prefect import Client
client = Client()
# Assuming `flow_run_id` is your flow run ID
flow_run_tasks = client.get_flow_run_tasks(flow_run_id)
This example uses fictitious method names for illustrative purposes only. The actual method names and usage will depend on the Prefect version and API. You would want to refer to the official documentation or source code for the exact methods to call.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.
Powered by