[
https://issues.apache.org/jira/browse/AIRFLOW-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16997201#comment-16997201
]
ASF GitHub Bot commented on AIRFLOW-4488:
-----------------------------------------
kaxil commented on pull request #6778: [AIRFLOW-4488] fix typo for non-RBAC UI
in max_active_runs_per_dag
URL: https://github.com/apache/airflow/pull/6778
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> '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
>
> 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)