MySQLCdcConn
classView source ↗
class MySQLCdcConn(
uri: str,
credentials: UserPasswordCredentials | None = None,
cx_src_configs_mysql: dict | None = None,
)
Categories: connections
MySQL CDC connection configuration.
Initialize a MySQLCdcConn instance.
Parameters
parameter
uriThe MySQL connection URI.
parameter
credentialsOptional user/password credentials for authentication.
parameter
cx_src_configs_mysqlOptional MySQL-specific connection configuration parameters.
Properties
property
credentialsUserPasswordCredentials | NoneThe credentials required to access the MySQL database. If no credentials were provided, it will return None.
property
cx_dst_configs_mysqldictThe destination configuration parameters for the MySQL connection.
property
cx_src_configs_mysqldictThe source configuration parameters for the MySQL connection.
property
enforce_connection_paramsboolWhether to enforce connection parameters for the MySQL connection.
property
uristrThe URI of the database where the data is located.