What options are available for storing and running flows that span multiple files (e.g., flow.py, fl...
j
What options are available for storing and running flows that span multiple files (e.g., flow.py, flow_tasks.py)?
k
Pretty much Docker storage will be the main one. If for example, you have helpers that don’t change a lot, you can do something like Github/S3 Storage + Docker Run to avoid the rebuilds.