potiuk commented on code in PR #47056: URL: https://github.com/apache/airflow/pull/47056#discussion_r1986340589
########## providers/apache/kafka/src/airflow/providers/apache/kafka/hooks/base.py: ########## @@ -22,6 +22,7 @@ from confluent_kafka.admin import AdminClient from airflow.hooks.base import BaseHook +from airflow.providers.google.cloud.hooks.managed_kafka import ManagedKafkaHook Review Comment: Ah indeed. sorry I missed that one. Good you noticed it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
