Skip to content

Commit b69db51

Browse files
sann3Alice Berard
authored and
Alice Berard
committed
[AIRFLOW-XXX] Fixing the issue in Documentation (apache#3998)
Fixing the operator name from DataFlowOperation to DataFlowJavaOperator in Documentation
1 parent fd384c4 commit b69db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/contrib/operators/dataflow_operator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class DataFlowJavaOperator(BaseOperator):
9090
9191
.. code-block:: python
9292
93-
t1 = DataFlowOperation(
93+
t1 = DataFlowJavaOperator(
9494
task_id='datapflow_example',
9595
jar='{{var.value.gcp_dataflow_base}}pipeline/build/libs/pipeline-example-1.0.jar',
9696
options={

0 commit comments

Comments
 (0)