Skip to main content
Version: 1.4.2

RedshiftConnectionDetails

Signature

class great_expectations.datasource.fluent.redshift_datasource.RedshiftConnectionDetails(
*,
user: str,
password: Union[great_expectations.datasource.fluent.config_str.ConfigStr,
str],
host: str,
port: int,
database: str,
sslmode: great_expectations.datasource.fluent.redshift_datasource.RedshiftSSLModes
)

Information needed to connect to a Redshift database.