Extract Data from MySQL with Skippr
Point Skippr at your MySQL instance and extract the tables you need for analytics. Skippr discovers structure, handles drift, and lands clean data in the warehouse you already use.
Capabilities
- Table-level extraction with optional column and table allowlists
- Deterministic schema discovery from MySQL schemas and row samples
- Incremental and full-refresh sync modes
- Automatic data cleansing and dead letter handling
- Load into 9 supported data warehouses
CLI
bash
skippr connect source mysql \
--connection-string 'mysql://user:pass@host:3306/db' \
--tables customers,ordersSample config
yaml
data_sources:
source:
Mysql:
connection_string: "mysql://user:pass@host:3306/db"Full connector reference: mysql.
