eserdyuk-exos opened a new pull request #6613: [AIRFLOW-6019] Fix KubernetesExecutor Python 3.* dict.iteritems() exception URL: https://github.com/apache/airflow/pull/6613 ### Jira https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-6019 ### Description `kubernetes_executor.py` didn't support Python 3 cause of `dict.iteritems()` using. It has been fixed with the help of `six.iteritems` for a backward compatibility.
---------------------------------------------------------------- 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] With regards, Apache Git Services
