Hey - I am feeding in some arguments for `--aws-ba...
# dev-metaflow
m
Hey - I am feeding in some arguments for
--aws-batch-tag
in
python main.py create step-function
but I see nothing propogating onto the batch job run, is this expected?
t
Heya, sorry for the late response. You also need to set the env / metaflow config value for
METAFLOW_BATCH_EMIT_TAGS
to true in order for Metaflow to add custom tags. As far as I recall, the default is disabled due to not all deployments having permissions for tagging.
c
Thank you, I worked it out. Appreciate the reply @thankful-ambulance-42457. Happy holidays