You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/11/28 09:57:43 UTC

incubator-airflow git commit: [AIRFLOW-1848][Airflow-1848] Fix DataFlowPythonOperator py_file extension doc comment

Repository: incubator-airflow
Updated Branches:
  refs/heads/master d99053106 -> 02112197c


[AIRFLOW-1848][Airflow-1848] Fix DataFlowPythonOperator py_file extension doc comment

Closes #2816 from cjqian/1848


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/02112197
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/02112197
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/02112197

Branch: refs/heads/master
Commit: 02112197c60948ac4579fdee5cf09a0fcdabdd7a
Parents: d990531
Author: Crystal Qian <cr...@gmail.com>
Authored: Tue Nov 28 10:57:36 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Tue Nov 28 10:57:36 2017 +0100

----------------------------------------------------------------------
 airflow/contrib/operators/dataflow_operator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/02112197/airflow/contrib/operators/dataflow_operator.py
----------------------------------------------------------------------
diff --git a/airflow/contrib/operators/dataflow_operator.py b/airflow/contrib/operators/dataflow_operator.py
index b7103eb..6fd23f1 100644
--- a/airflow/contrib/operators/dataflow_operator.py
+++ b/airflow/contrib/operators/dataflow_operator.py
@@ -155,8 +155,8 @@ class DataFlowPythonOperator(BaseOperator):
 
         https://cloud.google.com/dataflow/pipelines/specifying-exec-params
 
-        :param py_file: Reference to the python dataflow pipleline file, e.g.,
-            /some/local/file/path/to/your/python/pipeline/file.py.
+        :param py_file: Reference to the python dataflow pipleline file.py, e.g.,
+            /some/local/file/path/to/your/python/pipeline/file.
         :type py_file: string
         :param py_options: Additional python options.
         :type pyt_options: list of strings, e.g., ["-m", "-v"].