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