Hey - is it currently possible to add tags ahead o...
# ask-metaflow
g
Hey - is it currently possible to add tags ahead of time when triggering step-functions manually via CLI as we can w
run
e.g.,
python helloworld.py run --tag crazy_test
?
python minimum_flow.py step-functions trigger --tag crazier_test
1
s
You can attach tags while creating the flow on Step Functions. If that doesn't suit your purpose, one workaround would be to define a custom parameter and within the start step map assign that custom parameter to the run manually.
g
That's exactly what I converged to. I can have the run tag itself for now with the parameter. Thanks Savin. It would be nice to be able to do it through the CLI.
s
Totally! I will file a GH issue so that we can track progress on this one.
❤️ 1
Here is the issue.
🙌 1
👀 1