-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to configure a default JDBC connection in the kernelspec? #7518
Comments
Hi James, interesting idea, I haven't thought about that. |
Java is pretty far outside my wheelhouse, but this is important enough that I'm willing to take a stab at it. Unfortunately, I'm running into #7042 and not familiar enough with these build systems to have much of an idea where to go from here. |
Did you install maven into your build env?
|
Installing maven did the trick, and I was able to get something together and working. |
I'd like to define multiple SQL kernelspecs, each of which defaults to a different database. Is it possible to configure this in the kernel json, possibly through command line arguments or environment variables?
I saw #2506 about making this configurable, but that looked like it was through the UI, and I am only using the Beaker SQL kernel without the rest of the UI elements.
The text was updated successfully, but these errors were encountered: