Jacob Goldberg
10/04/2021, 9:19 PMJacob Goldberg
10/04/2021, 9:22 PMKevin Kho
python myflow.py
?Kevin Kho
Kevin Kho
Jacob Goldberg
10/05/2021, 12:38 AMJacob Goldberg
10/05/2021, 12:38 AMKevin Kho
prefect register --path flows/
or something like that and it only increments (and registers) the versions of the Flows that have changesKevin Kho
register()
call will surely up the version. I think you need them split out into multiple files, but then you run into a problem of knowing when you need to rebuild the containerKevin Kho
Jacob Goldberg
10/05/2021, 2:27 AMJacob Goldberg
10/05/2021, 2:32 AMflow_registry
that relies on the extract_flow_from_file()
utility to crawl my flows/
directory, import all flows, and then loop through them assigning storage and registering with Prefect cloudKevin Kho
prefect register --path folder
or something like that, it loops through them and registers only the changed ones