Can you point me to the documentation on this function? It's possible I'm not using it correctly.
I can do something like this, which works locally, but breaks when deployed:
res = annotated_task_function(...) res.operator.task_id = 'manually assigned task id'
def my_func():
...