[ 
https://issues.apache.org/jira/browse/AIRFLOW-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16741295#comment-16741295
 ] 

ASF GitHub Bot commented on AIRFLOW-3191:
-----------------------------------------

kaxil commented on pull request #4037: [AIRFLOW-3191] Fix not being able to 
specify execution_date when creating dagrun
URL: https://github.com/apache/airflow/pull/4037
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to