Jacob Ferriero created AIRFLOW-4983:
---------------------------------------
Summary: DataflowPythonOperator should be able to submit pipelines
with python3
Key: AIRFLOW-4983
URL: https://issues.apache.org/jira/browse/AIRFLOW-4983
Project: Apache Airflow
Issue Type: Improvement
Components: gcp, hooks, operators
Affects Versions: 1.10.2, 1.10.4, 2.0.0, 1.10.5
Reporter: Jacob Ferriero
Assignee: Jacob Ferriero
Currently the DataflowHook hard codes python2 interpreter.
Apache Beam is beginning to support python3 interpreter and we should support
submitting those pipelines.
I've we should add a `py_interpreter` arg to the operator and hook that
defaults to 'python2' (to not be interface breaking.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)