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 <[email protected]>
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