[
https://issues.apache.org/jira/browse/AIRFLOW-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aizhamal Nurmamat kyzy reopened AIRFLOW-2278:
---------------------------------------------
Reopening for component refactor.
> 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: webapp
> Reporter: Mykola Mykhalov
> Assignee: Mykola Mykhalov
> Priority: Minor
>
> 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)