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

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

Commit 521add1100135ee901c87d9fee26be44059d04c3 in airflow's branch 
refs/heads/v1-10-test from eladkal
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=521add1 ]

[AIRFLOW-4488] Fix typo for non-RBAC UI in max_active_runs_per_dag (#6778)



> 'max_active_dag_runs_per_dag' typo in 1.10-stable branch
> --------------------------------------------------------
>
>                 Key: AIRFLOW-4488
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4488
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 1.10.3
>            Reporter: t oo
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> Note: this issue only affects v1-10 (stable and test) branch NOT master 
> branch (as master has been refactored)
> 'max_active_dag_runs_per_dag' is printed on the ui but this is not a valid 
> variable. The valid variable name is 'max_active_runs_per_dag' as per 
> __init__.py and default_airflow.cfg
> Line with the issue:
> https://github.com/apache/airflow/blob/v1-10-test/airflow/www/views.py#L944
> *actual:*
> <code>max_active_dag_runs_per_dag</code>
> *expected:*
> <code>max_active_runs_per_dag</code>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to