[
https://issues.apache.org/jira/browse/AIRFLOW-6020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980809#comment-16980809
]
ASF subversion and git services commented on AIRFLOW-6020:
----------------------------------------------------------
Commit db4be19b80a65913edb5ab634226cf60ea8bffea in airflow's branch
refs/heads/master from Eugene Serdyuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=db4be19 ]
[AIRFLOW-6020] Fix python 3 KubernetesExecutor iteritems exception (#6614)
> KubernetesExecutor iteritems() exception when using Python 3.*
> --------------------------------------------------------------
>
> Key: AIRFLOW-6020
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6020
> Project: Apache Airflow
> Issue Type: Bug
> Components: executor-kubernetes, executors
> Affects Versions: 1.10.6
> Reporter: Eugene Serdyuk
> Assignee: Eugene Serdyuk
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: logs.txt
>
>
> When running scheduler using {{KubernetesExecutor}} with Python 3.7 the
> exception occurs due to the use of {{iteritems()}} within dictionaries.
> {{iteritems()}} found:
> - {{airflow/executors/kubernetes_executor.py}} line 277
> - {{airflow/executors/kubernetes_executor.py}} line 655
>
> TODO: use {{six.iteritems}} function.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)