mik-laj commented on a change in pull request #6860: [AIRFLOW-6311] Remove
python2 from codebase
URL: https://github.com/apache/airflow/pull/6860#discussion_r360350915
##########
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:
This should be done in a separate PR (to create an entry in the changelog)
and we should add a note in the UPDATING.MD file.
https://github.com/apache/airflow/pull/5602
Here is the discussion where changing this parameter to Python3 was
discussed, although now the situation may be different.
@jaketf @lgajowy @kkucharc WDYT?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services