You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/03 20:08:00 UTC

[jira] [Updated] (AIRFLOW-3191) Fix not being able to specify execution_date when creating dagrun

     [ https://issues.apache.org/jira/browse/AIRFLOW-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik updated AIRFLOW-3191:
--------------------------------
    Fix Version/s: 1.10.2

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