ashb commented on pull request #11373: URL: https://github.com/apache/airflow/pull/11373#issuecomment-707335381
I have a fix for the Dask Executor, but I'm not sure what is going really on (why it is suddenly failing.) It has ``` if not self.futures: ``` But the problem is that `self.futures` is a dict, so evaluates to false when it's empty. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
