In upgrading from 1.10.0 to 1.10.3 I have noticed several UI bugs around running tasks, clearing them, or marking them as 'success'. I suspect that the issue James Meickle linked to ( https://issues.apache.org/jira/browse/AIRFLOW-4524 ) is related. While I have not gone through as thoroughly as he has to find a root cause, I think that fixing these regressions are nonetheless important for the upcoming release.
On Mon, May 20, 2019 at 8:47 AM James Meickle <jmeic...@quantopian.com.invalid> wrote: > Hi, > > This issue is fairly critical IMO, it's already hampered our incident > recovery process a few times: > https://issues.apache.org/jira/browse/AIRFLOW-4524 > > I sent in a PR that mitigates some of the issue by implementing a helper > function, which we should probably use for any "checkbox" values. However, > it needs a larger refactoring, as we still have the issue of the form > sending arguments to the "wrong" functions plus not using function-specific > form element names. One of those needs to change: split the form into > multiple forms or prefix element names with their expected action. (I think > the former is better but more work.) > > On Sun, May 19, 2019 at 12:27 PM Kaxil Naik <kaxiln...@gmail.com> wrote: > > > Hello all, > > > > Please reply to this email wiith PR, commit hash or Jira issues that you > > want it to be included in *1.10.4* > > > > Regards, > > *Kaxil Naik* > > >