is there a way to add labels to a task dynamically...
# ask-the-community
a
is there a way to add labels to a task dynamically? i.e. have a @dynamic task that calls another task and can modify the task's task_config?
k
yes, you can use task,with_overrides(task_config=..)
a
yes but what is the field in task_config for labels
k
ah, i see. you want to override podtemplate, in order to update the labels, right
a
yeah
thanks, this worked