Hello - may I please ask about Step Function creat...
# ask-metaflow
g
Hello - may I please ask about Step Function creation please? Is it possible to assign AWS tags a Step Function states from Metaflow with the command
python my_pipeline.py --with retry step-functions create
? I'm trying to use the
step-functions create --tag abc
option from the command line, but I think it creates the tags on the flow but not the underlying resource. Thank you for your help!
v
not yet but there's an ongoing discussion about this feature request here
g
Thank you for the reply and for sharing the past discussion. In my use case, I'd also like to tag the Step Function resources not just the AWS Batch - may I please ask if there's any past PRs that you can share?
Also, would it be possible to find out the Step Function ARN from the
python my_pipeline.py step-functions
command?