You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/25 13:39:05 UTC

[airflow] branch main updated: Fix doc build error for `example_dataflow_template` (#28587)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new dc06bb0e26 Fix doc build error for `example_dataflow_template` (#28587)
dc06bb0e26 is described below

commit dc06bb0e26a0af7f861187e84ce27dbe973b731c
Author: Andrey Anshin <An...@taragol.is>
AuthorDate: Sun Dec 25 17:38:39 2022 +0400

    Fix doc build error for `example_dataflow_template` (#28587)
---
 .../providers/google/cloud/dataflow/example_dataflow_template.py       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/system/providers/google/cloud/dataflow/example_dataflow_template.py b/tests/system/providers/google/cloud/dataflow/example_dataflow_template.py
index 02d607aee6..9e9bb0b654 100644
--- a/tests/system/providers/google/cloud/dataflow/example_dataflow_template.py
+++ b/tests/system/providers/google/cloud/dataflow/example_dataflow_template.py
@@ -17,7 +17,8 @@
 # under the License.
 
 """
-Example Airflow DAG for testing Google Dataflow "DataflowTemplatedJobStartOperator" operator.
+Example Airflow DAG for testing Google Dataflow
+:class:`~airflow.providers.google.cloud.operators.dataflow.DataflowTemplatedJobStartOperator` operator.
 """
 from __future__ import annotations