|
|
|
|
|
by mywittyname
1489 days ago
|
|
I got pretty excited when I read this response, but no, it doesn't work. I'm not sure how this would work since annotated tasks return an xcom object. 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():
...