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

ASF subversion and git services commented on AIRFLOW-4871:
----------------------------------------------------------

Commit 0509ac3da517e243dfd0414fb5a197519acfa54c in airflow's branch 
refs/heads/v1-10-stable from Ash Berlin-Taylor
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=0509ac3 ]

[AIRFLOW-4871] Allow creating DagRuns via RBAC UI (#5507)

All this needed to enable the form was to add `can_add` to the
permission list

The run_id field is a required form (though the DB doesn't have it as
not nullable) - the scheduler requires it. so I have enabled the
required validation for it.

The `validators_columns` attribute on the view was ignored by FAB
because we set `add_form` and `edit_form` directly, so I have removed
the property

(cherry picked from commit cbb1494397e5e27c672bcbcc5018882253ac273d)


> Unable to create DAG Runs via the (RBAC) UI
> -------------------------------------------
>
>                 Key: AIRFLOW-4871
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4871
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 1.10.3
>            Reporter: Ash Berlin-Taylor
>            Assignee: Ash Berlin-Taylor
>            Priority: Major
>             Fix For: 1.10.4
>
>
> It is not possible to create DagRuns under the new RBAC UI - this is the only 
> way via the web interface to create a DAG run with a specific execution_date 
> (the "Trigger" button only gives "now()" as the execution_date).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to