darkag commented on code in PR #32089:
URL: https://github.com/apache/airflow/pull/32089#discussion_r1239778451
##########
airflow/providers/vertica/hooks/vertica.py:
##########
@@ -45,6 +45,51 @@ def get_conn(self) -> connect:
conn_config["port"] = 5433
else:
conn_config["port"] = int(conn.port)
+
+ if conn.extra_dejson.get("connection_load_balance", False):
Review Comment:
Yes, I based my code on what it was done for the mysql hook, I didn't
realize that extra_dejson was property that load json every time you call 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]