- Setup the MySQL loader by configuring the SQL db.
- Once you setup the loader, you can create an app and load data using the above MySQL loader
add function of the app will accept any executable query to load data. DO NOT pass the CREATE, INSERT queries in add function.
- We automatically create a chunker to chunk your SQL data, however if you wish to provide your own chunker class. Here is how you can do that: “Python