generated from IBM/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
At present, NZPY lacks the capability to modify certain parameters within the connection string, unlike other libraries.
For instance:
JAYDEBEAPI was able to add more parameters in connection string like:
connection_string='jdbc:netezza://'+dsn_hostname+':'+dsn_port+'/'+dsn_database +';loglevel=2;logdirpath=/trace/;loginTimeout=3600'
This could be usefull to prevent some issues like:
- Trace the connection between client and server.
- Edit default parameters to prevent the errors like:
a) TypeError: ('communication error', TimeoutError(110, 'Connection timed out'))
b ) TypeError: An error occurred while calling o125.save. : org.netezza.error.NzSQLException: Connection timed out (Connection timed out) at ... - Be connection string more flexible.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels