MariaDB is an open-source relational database management system based on SQL – Structured Query Language. It is widely used for various purposes including web applications, data warehousing, and e-commerce due to its reliability, performance, and rich feature set.
In a YAML file, the config section contains the following properties:
Connectorname: MariaDB
host: Hostname or IP address of the server
port: Server running port
username: Username
password: Password
database: Database
drivername: mysql+pymysqlversion: 1.0.1
encrypt_credentials: false
direct_target_import: false
union_all_tables: true
add_dbname_column: false
direct_load_to_destination: true
plugins:
extractors:
- name: MariaDB
connectorname: MariaDB
schemaname:
config:
host: hostname
port: 3306
username: user
database: database
password: password
drivername: mysql+pymysql
properties:
metadata:
select:
- tablenameData Hub icon on the Navigation Pane.
Add Project and provide the new project’s name.
MySQL template.
| Parameters | Description |
|---|---|
| Host: | Specify the hostname of the MariaDB server. |
| Port: | Specify the port number of the MariaDB server (default is 3306). |
| Username: | Provide the username to authenticate with the MariaDB server. |
| Password: | Provide the password to authenticate with the MariaDB server. |
| Database: | Specify the name of the MariaDB database from which data will be extracted. |
| Driver Name: | Specify the driver name for connecting to MariaDB (e.g., mysql+pymysql). |
| Select: | Tablename(s): Specify the table name list to load tables from the MariaDB server. |



Run Now button.
.


Edit DataSource Option to view the created tables.