xinbinhuang commented on a change in pull request #6860: [AIRFLOW-6311] Remove
python2 from codebase
URL: https://github.com/apache/airflow/pull/6860#discussion_r360506409
##########
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 will create a separate PR to adjust the change in Dataflow, and update the
changelog
----------------------------------------------------------------
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