Hi, I am working on upgrading an installation of airflow from 1.7.0 to 1.9.0.
I have a test system, and things seem to be mostly working fine, but I encountered two annoying problems: https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-1885 -> Fixed by: https://github.com/apache/incubator-airflow/pull/2844 https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-1908 -> Fixed by: https://github.com/apache/incubator-airflow/pull/2867 These fixes are not in any released version (yet), and they are not in the v1-9-stable branch. Would it be possible to cherry-pick these fixes into v1-9-stable? I am OK if another 1.9.x release is never done. I am trying to upgrade to a newer, yet stable version of airflow. I looked at v1-10-test, but there are a lot of changes from 1.9.0, and some database schema changes as well, so this makes my upgrade harder, since I am trying to go with the 1.9.0 database schema. Also, v1-10-test and master branches still seem to have a lot of changes going into it, so it is hard for me to keep up. If PR 2844 and PR 2867 were merged to v1-9-stable, that would make it easier for me to pip install from a git branch. Then later on, when v1.10 is released, I can upgrade to that. Please help me, and advise on the best path forward. Thanks. -- Craig -- Craig -- Craig
