Adaverse commented on code in PR #32089:
URL: https://github.com/apache/airflow/pull/32089#discussion_r1240622632
##########
airflow/providers/vertica/hooks/vertica.py:
##########
@@ -46,5 +46,41 @@ def get_conn(self) -> connect:
else:
conn_config["port"] = int(conn.port)
+ boolOptions = ["connection_load_balance", "binary_transfer",
"disable_copy_local", "request_complex_types", "use_prepared_statements"]
+ stdOptions = ["session_label", "backup_server_node",
"kerberos_host_name", "kerberos_service_name", "log_path", "unicode_error",
"workload", "ssl"]
+ conn_extra = conn.extra_dejson
Review Comment:
Any reason for going for a camel case instead of snake? It should be latter.
--
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]