rawwar is working on some front-end stuff for the Deadlines feature and has a 
suggestion to rename the database field which holds the calculated timestamp 
from deadline.deadline to deadline.time.  This seems reasonable to me and 
slightly less confusing, but I wanted to throw it out there for lazy consensus, 
or you can approve https://github.com/apache/airflow/pull/51026 for less-lazy 
agreement.

Currently the table `deadline` has the following columns:

    dag_id
    dagrun_id
    deadline:  calculated timestamp
    callback
    callback_kwargs


 - ferruzzi

Reply via email to