square-wire-39606
05/24/2021, 12:51 AMdamp-lizard-48279
05/24/2021, 1:23 AMvictorious-lawyer-58417
05/24/2021, 3:00 AMvictorious-lawyer-58417
05/24/2021, 3:02 AM@project
that will become handy when we introduce triggering between workflows on SFN. You will be able to create isolated chains/ensembles of workflows using @project
.victorious-lawyer-58417
05/24/2021, 3:05 AMvictorious-lawyer-58417
05/24/2021, 3:05 AM@project
damp-lizard-48279
05/24/2021, 5:58 AMeager-jelly-89580
05/24/2021, 9:06 PMname
option to override the name of the state function and adding a git branch derived suffix. At the moment I think we'd probably switch to using the branch option with the value based on the git branch.
I noticed in the Custom Branches section of the doc, that the better_version
name doesn't include the flow name ("ProjectFlow") - is that intentional?square-wire-39606
05/24/2021, 9:09 PMeager-jelly-89580
05/24/2021, 9:59 PM--name
flag, but allow it to be set in the flow itself instead of as an option.square-wire-39606
05/24/2021, 10:03 PMname
and other step-functions related arguments, @project
might not be the right place since --name
and @project
is mutually exclusive at the moment. We have been thinking of a programmatic API to Metaflow which would enable capturing CLI args in code.square-wire-39606
05/24/2021, 10:05 PMstep_functions
decorator with all the necessary args be helpful for your use case?eager-jelly-89580
05/24/2021, 10:15 PM