[
https://issues.apache.org/jira/browse/AIRFLOW-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaxil Naik resolved AIRFLOW-3191.
---------------------------------
Resolution: Fixed
> Fix not being able to specify execution_date when creating dagrun
> -----------------------------------------------------------------
>
> Key: AIRFLOW-3191
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3191
> Project: Apache Airflow
> Issue Type: Bug
> Components: webserver
> Affects Versions: 1.10.0
> Reporter: Dan Davydov
> Assignee: Dan Davydov
> Priority: Major
> Fix For: 1.10.2
>
>
> Creating a dagrun using the flask web UI is not possible because
> execution_date is hidden. This is because the column type is actually
> DATETIME where Flask only has a converter for DateTime (it's the same type,
> it's a casing issue).
> Fix is to add a form override: form_overrides =
> dict(execution_date=DateTimeField)
> Only applies to the non-rbac webserver.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)