amoghrajesh commented on code in PR #38651: URL: https://github.com/apache/airflow/pull/38651#discussion_r1547114486
########## airflow/providers/apache/hive/hooks/hive.py: ########## @@ -100,6 +100,9 @@ def __init__( ) -> None: super().__init__() conn = self.get_connection(hive_cli_conn_id) + + print("conn is from __init__", conn) Review Comment: No, my bad, had added during debugging, forgot to remove 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org