Hi All,

My first post. I installed the latest release with "pip install airflow"
and it is running. Initial impression is very good.

Question: why the "Run" input field in "Gantt" page is not a pull-down menu
like the "Graph" page? I looked at the code and confirm that the execution
date in the Run input is used like an ID of the dag run. I don't think
anyone will be able to type in the exact execution date (up to the second)
to view the Gantt chart of a dag run. So I made my first change so that
Gantt page's Run input field is now a pull-down list of all the dag runs of
a dag.

Does my change make sense? If not, I wonder how everyone is currently using
that input field?!

I haven't look into details, but I think the Code page should take
execution_date as argument as well.

Thanks!

Reply via email to