redshift_connector
library that is provided by Amazon Web Services.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Redshift cluster.port
is the port to use when connecting with the Redshift cluster.database
is the database name to use when connecting with the Redshift cluster.user
is the username to authenticate the user with the Redshift cluster.password
is the password to authenticate the user with the Redshift cluster.