eserdyuk-exos commented on a change in pull request #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception URL: https://github.com/apache/airflow/pull/6614#discussion_r348462993
########## File path: airflow/executors/kubernetes_executor.py ########## @@ -23,6 +23,7 @@ from queue import Empty from typing import Union from uuid import uuid4 +from six import iteritems Review comment: It's possible also to use python-future pacakge or to make a Python version check manually. ---------------------------------------------------------------- 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
