Haseeb Ahmad
03/07/2022, 2:35 PMInspecting flow runs
from prefect.backend import FlowRunView
flow_run = FlowRunView.from_flow_run_id("4c0101af-c6bb-4b96-8661-63a5bbfb5596")
Can you please guide me on the best approach to achieve the above use case. Really appreciate your time and help.Kevin Kho
03/07/2022, 2:40 PMHaseeb Ahmad
03/07/2022, 3:17 PMKevin Kho
03/07/2022, 3:19 PMHaseeb Ahmad
03/07/2022, 3:27 PMKevin Kho
03/07/2022, 4:02 PM