PostgresDestConn
class PostgresDestConn(
uri: UriSpec,
credentials: CredentialsSpec,
entity_whitelist: EntityWhitelistSpec | None = None,
conn_cfg: CfgSpec | None = None,
)
Bases: Conn
Categories: destination
Postgres connection used by PostgresDest.
Attribute-identical to PostgresSrcConn but a distinct class;
source and destination connections are separate types and cannot be
used in place of one another. See PostgresSrcConn for the field
meanings.
Parameters
parameter
credentialsCredentialsSpec (UserPassword)parameter
entity_whitelistEntityWhitelistSpec | None (list[str] | None)