Newskooler
10/05/2020, 10:24 AMRobin
10/05/2020, 11:55 AMNewskooler
10/05/2020, 11:55 AMRobin
10/05/2020, 12:06 PMNewskooler
10/05/2020, 12:07 PMflow
generation into a function, which you call somehow? What is your flow version has not changed (do you still register); how is the actual registration done, etc.Robin
10/05/2020, 12:40 PMflow.py
file on GitLab using python whenever all previous stages have succeeded (i.e. all tests successful).Newskooler
10/05/2020, 12:41 PMflow.py
contain flow.register()
?Robin
10/05/2020, 12:59 PMNewskooler
10/05/2020, 1:03 PMflow.register()
which does it (just to clarify in case of confusion). I think there is no need to have different versions which are consecutive and identical. It’s just clutter. Separately (and neatly) it does help with deployment because in case anyone deploys by running flow.register()
(say a cronjob or CI or whatever) then it will only register different flows.Robin
10/05/2020, 1:09 PMNewskooler
10/05/2020, 1:10 PMRobin
10/05/2020, 1:28 PMJacob Blanco
10/05/2020, 11:05 PMflow.register()
Each flow is stored in a separate folder with a configuration YAML that lets people define a bunch of options, like the flow project name, additional Python dependencies, etc…..Newskooler
10/06/2020, 4:53 PMjorwoods
02/25/2021, 2:47 PMJacob Blanco
02/26/2021, 1:10 AM