INFOPlease contact support@datafold.com if you use a MySQL version < 8.x.
INFOColumn-level Lineage is not currently supported for MySQL.
- 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 MySQL, 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 MySQL instance |
Port | MySQL 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 MySQL database (schema) you want to connect to, e.g. YourSchema |
Dataset for temporary tables | The datafold_tmp database created in our SQL script |