question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Step Function Tasks Not Adding Tags

See original GitHub issue

I am currently using the following command to deploy a workflow to AWS Step Functions

python Task.py --environment=conda --with retry step-functions create --tag production

All workflows run by the step-function are not getting this new production tag assigned to them.

When I look at the Step Function definition in the AWS console, I do see that it is adding the tag to the command to run: --with=batch --tag production at the tail end so it is making it into the definition.

I’ve also tried the tag both locally from my machine and locally with AWS batch and they are getting applied there, so this seems limited to step functions.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

3reactions
savingoyalcommented, Nov 13, 2020

I am able to reproduce this. Let me figure out what’s happening and roll out a fix.

1reaction
bassrockcommented, Nov 13, 2020

@savingoyal Awesome! I am on 2.2.5 of Metaflow

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tagging in Step Functions - AWS Documentation
To add or delete tags that are associated with your state machine, select the Manage Tags button. Browse to the details page of...
Read more >
Cannot list step function tags from lambda - Stack Overflow
Short Answer: The version of aws-sdk available for use in the inline AWS Lambda editor is commonly antiquated; the current version there ...
Read more >
TagResource - Amazon Step Functions - 亚马逊云科技
Add a tag to a Step Functions resource. An array of key-value pairs. For more information, see Using Cost Allocation Tags in the...
Read more >
terraform-aws-modules/step-functions/aws
Terraform module which creates Step Functions on AWS ... 'arn:aws:iam::xxxx:role/step-functions-role' is not authorized to # create ...
Read more >
Add steps, importance, notes, tags, and categories to your tasks
Add steps. Use steps to break your larger tasks down in to smaller, more actionable pieces. Detail view of task Prep for presentation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found