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

[jira] [Updated] (AIRFLOW-2278) Add possibility to edit DAGs in webapp

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

Aizhamal Nurmamat kyzy updated AIRFLOW-2278:
--------------------------------------------
         Labels: webapp  (was: )
    Component/s:     (was: webapp)
                 ui

Moving to ui component as part of refactor. webapp component to be removed.

> Add possibility to edit DAGs in webapp
> --------------------------------------
>
>                 Key: AIRFLOW-2278
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2278
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>            Reporter: Mykola Mykhalov
>            Assignee: Mykola Mykhalov
>            Priority: Minor
>              Labels: webapp
>
> When you need to make some minor changes in your DAG would be nice to have possibility to edit it from webapp.
> To protect DAG from editing by everyone should be set up arg inside DAG 'editable_by'. Where '*' means everyone, and  ['user1', 'user2'] means specific users.
> Example when DAG can be editable in webapp by user1 and user2 only:
> args = {
>  'owner': 'airflow',
>  'editable_by': ['user1', 'user2'],
>  'start_date': airflow.utils.dates.days_ago(2)
> }



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