INFOColumn-level Lineage is not currently supported for MariaDB.
- Run SQL script for permissions and create schema for Datafold
- Configure your data connection in Datafold
Run SQL script and create schema for Datafold
To connect to MariaDB, create a user with read-only access to all tables you wish to diff. Include read and write access to a Datafold-specific dataset:datafold_tmp
in the above script, to materialize scratch work and keep data processing in the your warehouse.
Configure in Datafold
Field Name | Description |
---|---|
Connection name | A name given to the data connection within Datafold |
Host | The hostname for your MariaDB instance |
Port | MariaDB connection port; default value is 3306 |
Username | The user created in our SQL script, named datafold_user |
Password | The password created in our SQL script |
Database | The name of the MariaDB database (schema) you want to connect to, e.g. YourSchema |
Dataset for temporary tables | The datafold_tmp database created in our SQL script |