eladkal commented on code in PR #47056: URL: https://github.com/apache/airflow/pull/47056#discussion_r1986248303
########## 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: Why do we import Google hook in kafka provider? This doesn't feel right. -- 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]
