You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/20 12:09:25 UTC

[GitHub] [airflow] ashb commented on a change in pull request #6860: [AIRFLOW-6311] Remove python2 from codebase

ashb commented on a change in pull request #6860: [AIRFLOW-6311] Remove python2 from codebase
URL: https://github.com/apache/airflow/pull/6860#discussion_r360347142
 
 

 ##########
 File path: airflow/gcp/operators/dataflow.py
 ##########
 @@ -393,7 +393,7 @@ def __init__(
             py_options: Optional[List[str]] = None,
             dataflow_default_options: Optional[dict] = None,
             options: Optional[dict] = None,
-            py_interpreter: str = "python2",
+            py_interpreter: str = "python3",
 
 Review comment:
   I don't disagree with this change, but this is stretching the definition of "in this code base". The entirety of Airflow could be Py3 only and this could stay as python2 and it would work.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services