gopidesupavan commented on code in PR #53252:
URL: https://github.com/apache/airflow/pull/53252#discussion_r2203237161
##########
providers/vertica/src/airflow/providers/vertica/hooks/vertica.py:
##########
@@ -67,7 +67,7 @@ class VerticaHook(DbApiHook):
def get_conn(self) -> connect:
"""Return vertica connection object."""
- conn = self.get_connection(self.vertica_conn_id) # type: ignore
+ conn = self.get_connection(self.vertica_conn_id)
Review Comment:
yeah looks like bug, we can set `default_conn_name` ?
--
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]