Use %classpath magic to specify version of mysql-connector-java driver
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
To avoid bug for every new version of the driver, for SQL users, before using SQL functionalities, they have to add appropriate driver by our magic command:
`%classpath add mvn mysql mysql-connector-java 8.0.18`
If no version is provided, we should download the latest version.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.