is there a way to add labels to a task dynamically...
# flyte-support
l
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?
g
yes, you can use task,with_overrides(task_config=..)
l
yes but what is the field in task_config for labels
g
ah, i see. you want to override podtemplate, in order to update the labels, right
l
yeah
thanks, this worked