I just placed tagging code before Task.execute_remotely()
and now it works. Thank you! 🙂
What do you mean? When running on an agent Task.add_tags
doesn't work?
Why Task.add_tags
method has no effect when running remotely? What if I want to tag a step based on a parameter passed to the pipeline through PipelineController.add_parameter
? 🤔
I just placed tagging code before Task.execute_remotely()
and now it works. Thank you! 🙂
What do you mean? When running on an agent Task.add_tags
doesn't work?