|
|
|
|
|
by dimberman
2010 days ago
|
|
WAIT. Sorry I misspoke. The only thing that is no longer allowed is using a bitshift operator between a DAG and a task. task_1 >> task_2
is totally fine my_dag >> task_1
Is no longer allowed. Most of your DAG should be completely fine. Apologies for the miscommunication. |
|
Is there an official guide of how to update from 1.10.x to 2.0, or do we still need to do the 1.14 update, then move over? I'm interested in updating ASAP, but scared to break my production.