darkag commented on code in PR #32089:
URL: https://github.com/apache/airflow/pull/32089#discussion_r1241756945


##########
airflow/providers/vertica/hooks/vertica.py:
##########
@@ -46,5 +46,41 @@ def get_conn(self) -> connect:
         else:
             conn_config["port"] = int(conn.port)
 
+        bool_options = ["connection_load_balance", "binary_transfer", 
"disable_copy_local", "request_complex_types", "use_prepared_statements"]
+        std_options = ["session_label", "backup_server_node", 
"kerberos_host_name", "kerberos_service_name", "log_path", "unicode_error", 
"workload", "ssl"]

Review Comment:
   Finnally I set log_path to None when log_level is set, it's prevent 
generation of log file and is cleaner than /dev/null



-- 
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]

Reply via email to