Hey folks,
What’s the syntax for attaching a decorator to all steps and passing in args to the decorator? I remember seeing an example in the docs saying that it’s something like
python flow.py --with kubernetes:image="python:3.10" run
but I can’t find it anymore, and hoping someone can quickly refresh me.
Thanks!