eladkal commented on code in PR #47056: URL: https://github.com/apache/airflow/pull/47056#discussion_r1986248509
########## 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: KafkaBaseHook is used in many places this import force to install google provider to use the Kafka provider. Am I missing something? -- 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]
