This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 b5b54cb473 Fix KafkaBaseHook name in the docs (#31671)
b5b54cb473 is described below
commit b5b54cb4736d3f1d7855a5a049c5f2669859845e
Author: Aakcht <[email protected]>
AuthorDate: Mon Jun 5 10:47:53 2023 +0300
Fix KafkaBaseHook name in the docs (#31671)
---
docs/apache-airflow-providers-apache-kafka/hooks.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow-providers-apache-kafka/hooks.rst
b/docs/apache-airflow-providers-apache-kafka/hooks.rst
index 7343a51d83..7737d4fdb5 100644
--- a/docs/apache-airflow-providers-apache-kafka/hooks.rst
+++ b/docs/apache-airflow-providers-apache-kafka/hooks.rst
@@ -19,13 +19,13 @@
Apache Kafka Hooks
==================
-.. _howto/hook:KafkaHook:
+.. _howto/hook:KafkaBaseHook:
KafkaHook
------------------------
A base hook for interacting with Apache Kafka. Use this hook as a base class
when creating your own Kafka hooks.
-For parameter definitions take a look at
:class:`~airflow.providers.apache.kafka.hooks.base.KafkaHook`.
+For parameter definitions take a look at
:class:`~airflow.providers.apache.kafka.hooks.base.KafkaBaseHook`.
.. _howto/hook:KafkaAdminClientHook: