[AIRFLOW-1848][Airflow-1848] Fix DataFlowPythonOperator py_file extension doc comment
Closes #2816 from cjqian/1848
This commit is contained in:
Родитель
d99053106e
Коммит
02112197c6
|
@ -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"].
|
||||
|
|
Загрузка…
Ссылка в новой задаче