This is an automated email from the ASF dual-hosted git repository.
choo121600 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 b723f314155 Fix GenericTransfer docs reference (#66996)
b723f314155 is described below
commit b723f314155c81ff06757fed13cbe4a7f59e271f
Author: Yuseok Jo <[email protected]>
AuthorDate: Sat May 16 01:59:23 2026 +0900
Fix GenericTransfer docs reference (#66996)
---
airflow-core/docs/operators-and-hooks-ref.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/operators-and-hooks-ref.rst
b/airflow-core/docs/operators-and-hooks-ref.rst
index fe366b9b8bb..81875c81c04 100644
--- a/airflow-core/docs/operators-and-hooks-ref.rst
+++ b/airflow-core/docs/operators-and-hooks-ref.rst
@@ -65,7 +65,7 @@ For details see:
:doc:`apache-airflow-providers:operators-and-hooks-ref/index`.
* - :mod:`airflow.providers.standard.operators.empty`
-
- * -
:mod:`airflow.providers.common.sql.operators.generic_transfer.GenericTransfer`
+ * -
:class:`airflow.providers.common.sql.operators.generic_transfer.GenericTransfer`
- :doc:`How to use <apache-airflow-providers-common-sql:operators>`
* - :mod:`airflow.providers.standard.operators.latest_only`