gentle-night-59824
05/21/2024, 7:17 PM@task() arguments, specifically pod_template? I'm trying to set up a decorator that takes in a key and adds a node selector via the pod template. The alternative would be a helper function to construct the template but the decorator would be nicer UXgentle-night-59824
05/21/2024, 7:19 PM@task should always be the outer most decorator but this use-case feels like that won't workgentle-night-59824
05/21/2024, 7:20 PMPythonFunctionTask definition, and just override the arguments in the default @taskthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
gentle-night-59824
05/24/2024, 4:18 PM