decorators and wondering if there is a way to combine it with another decorator I am already using.
Here is a simple toy example. Does anyone have any ideas why this doesn't work when uncommenting the flyte decorator? I get an error that it doesn't recognize the new argument (see below).
Any help is appreciated!
@freezing-boots-56761@thankful-minister-83577 Thanks for following up! Let me dig into some of the references you cited. Seems like there is a good example there on how to workaround this.