When running a task from airflow run I got in the logs:
[2016-02-08 16:01:07,745] {models.py:920} WARNING - Dependencies not met yet
I claim that dependencies are met because they were executed before, but maybe airflow is talking about some other dependency. The message should include which dependency was not met.
You may say it is a low-priority issue, but one of the traits of an easy-to-use software is that it expresses the state of the data and helps users fix issues.