From 8929b81a057e067aae97adc1d83573e1ccc6b2b9 Mon Sep 17 00:00:00 2001 From: yuseok89 Date: Fri, 15 May 2026 14:40:37 +0900 Subject: [PATCH] Fix GenericTransfer docs reference --- 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 fe366b9b8bb5d..81875c81c04d8 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 ` * - :mod:`airflow.providers.standard.operators.latest_only`