sqlflow
sqlflow copied to clipboard
Import data in SQLFlow Jupyter Docker container
Sometimes, users need to import data in SQLFlow playground, we should provide a tutorial to tell users how to do that, which includes:
- [x] install python/mysql-client in Jupyter Docker container:
sqlflow/sqlflow:jupyter - [ ] a tutorial about how to import data into MySQL server using Python code.