fenglu-g commented on a change in pull request #5602: [AIRFLOW-4983]
Feature/dataflow operator python3
URL: https://github.com/apache/airflow/pull/5602#discussion_r306527445
##########
File path: airflow/contrib/operators/dataflow_operator.py
##########
@@ -351,6 +352,9 @@ class DataFlowPythonOperator(BaseOperator):
:type dataflow_default_options: dict
:param options: Map of job specific options.
:type options: dict
+ :param py_interpreter: Python version of the beam pipeline.
+ If `None` the hook will infer python interpreter from the airflow
process.
Review comment:
Ditto regarding supported python versions in Beam.
----------------------------------------------------------------
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