[GitHub] [airflow] eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception

2019-11-21 Thread GitBox
eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception URL: https://github.com/apache/airflow/pull/6614#issuecomment-557099468 @mik-laj well, it's fixed now. This is an

[GitHub] [airflow] eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception

2019-11-20 Thread GitBox
eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception URL: https://github.com/apache/airflow/pull/6614#issuecomment-556008089 Then I'll just change `iteritems()` for `items()` not to compare anything.

[GitHub] [airflow] eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception

2019-11-20 Thread GitBox
eserdyuk-exos commented on issue #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception URL: https://github.com/apache/airflow/pull/6614#issuecomment-556004465 @mik-laj do we really need Python 2 compatibility here? I can just remove `iteritems()` at all and use just