Cyril, Can you create a Jira for this? We need a way to reproduce this. Please add your backend db (e.g. sqlite or something else) and an example of your code -- the one you are trying to clear. Then assign the bug to me (r39132).
This may be related to the recursive clear of subdags, which was merged in https://github.com/apache/incubator-airflow/pull/1478 I mention in that PR the need to implement the CLI as well and this might be a result of a half-implemented feature (i.e. works for UI, but not for CLI). If you provide your code example, I can verify if this is the case. -s On Fri, May 27, 2016 at 3:23 PM, Cyril Scetbon <[email protected]> wrote: > Hi, > > When I try to clear the past of a task I get a Oops. Here is the output I > get : http://pastebin.com/yTYsekyB > > I'm using Airflow 1.7.0 and my dag contains a SubDagOperator with a subdag > containing a BashOperator > > Is it a known issue ? > > Thanks
