jaketf commented on a change in pull request #5602: [AIRFLOW-4983] Feature/dataflow operator python3 URL: https://github.com/apache/airflow/pull/5602#discussion_r305192465
########## File path: airflow/contrib/hooks/gcp_dataflow_hook.py ########## @@ -34,8 +34,12 @@ # This is the default location # https://cloud.google.com/dataflow/pipelines/specifying-exec-params + DEFAULT_DATAFLOW_LOCATION = 'us-central1' +# These are the supported python interpreters +DATAFLOW_SUPPORTED_PY_INTERPRETERS = {'python2', 'python3'} Review comment: I will add the minor versions. Re: templates there's a separate dataflow operator for templates. (Which I should also update as part of this pr as well thanks for pointing that out) will push these changes tomorrow. ---------------------------------------------------------------- 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
