You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/11/02 18:37:59 UTC

[jira] [Commented] (AIRFLOW-411) Add Python3 support to hipchat_operator

    [ https://issues.apache.org/jira/browse/AIRFLOW-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15629992#comment-15629992 ] 

ASF subversion and git services commented on AIRFLOW-411:
---------------------------------------------------------

Commit 26c2df33bea5f04378131e49e84d1b7e66b36b4b in incubator-airflow's branch refs/heads/master from [~dmitriy.i.lee]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=26c2df3 ]

[AIRFLOW-411] Add Python3 support to hipchat_operator

Closes #1721 from d-lee/hipchat_operator_python3


> Add Python3 support to hipchat_operator  
> -----------------------------------------
>
>                 Key: AIRFLOW-411
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-411
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, operators
>            Reporter: Dmitriy Lee
>            Assignee: Dmitriy Lee
>
> HipChatAPISendRoomNotificationOperator uses dictionary method iteritems() which was removed in Python3. Operator should detect python interpreter version and use items() instead of iteritems() when running on python3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)