You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jack (JIRA)" <ji...@apache.org> on 2019/07/23 15:37:00 UTC

[jira] [Commented] (AIRFLOW-5025) DataflowPythonOperator uses Python2

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

jack commented on AIRFLOW-5025:
-------------------------------

[~higrys] What do you think?

> DataflowPythonOperator uses Python2
> -----------------------------------
>
>                 Key: AIRFLOW-5025
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5025
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, gcp
>    Affects Versions: 1.10.2
>            Reporter: Shuhei Fujiwara
>            Priority: Critical
>
> `DataflowPythonOperator` explicitly uses Python2 as below:
> [https://github.com/apache/airflow/blob/57924c2a60c4b8a837114d9c8f120f3817f4e97b/airflow/contrib/hooks/gcp_dataflow_hook.py#L394-L395]
> though we can use Python3 for Apache Beam and Google Cloud Dataflow.
> I think it's better that we can choose Python2 or 3.
> I can create pull request if it's needed.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)