[ https://issues.apache.org/jira/browse/AIRFLOW-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848552#comment-15848552 ]
ASF subversion and git services commented on AIRFLOW-821: --------------------------------------------------------- Commit fbb59b94467d7e684620570407698f509b073e47 in incubator-airflow's branch refs/heads/v1-8-test from [~bolke] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=fbb59b9 ] [AIRFLOW-821] Fix py3 compatibility iteritems() does not exist in py3. Closes #2039 from bolkedebruin/AIRFLOW-821 > Scheduler dagbag importing not Py3 compatible > --------------------------------------------- > > Key: AIRFLOW-821 > URL: https://issues.apache.org/jira/browse/AIRFLOW-821 > Project: Apache Airflow > Issue Type: Bug > Components: scheduler > Affects Versions: 1.8.0b5 > Environment: Python 3.4.4 > Reporter: Szymon Matejczyk > Priority: Blocker > Fix For: 1.8.1 > > > Function {{update_import_errors}} in scheduler > (https://github.com/apache/incubator-airflow/blob/master/airflow/jobs.py#L694) > in not Py3 compatible (using {{iteritems}} instead of {{items}}). -- This message was sent by Atlassian JIRA (v6.3.15#6346)