Aram Panasenco
03/18/2022, 5:16 PMKevin Kho
03/18/2022, 5:34 PMcreate_flow_run
and wait_for_flow_run
with some form of environment separation. Essentially use Prefect also to build out CI/CD 😅Aram Panasenco
03/18/2022, 5:42 PMcreate_flow_run
and wait_for_flow_run
actually look very useful for that purpose. I can create a separate "testing" flow for each main flow that'd call the main flow with test parameters. But I'm guessing there's no library like pytest
on top of those functions that would streamline the testing process and result reporting...Kevin Kho
03/18/2022, 5:48 PMKyle McChesney
03/18/2022, 6:48 PM