Using .zips when defining a new driver
I'm defining a new driver to work with AWS Athena. For most work, just the Athena JDBC driver jar provided by AWS is enough. But for some advanced scenarios, a class from the aws jdk is needed. In fact, to make this work, 5 different jars from the AWS JDK need to be linked. I don't want to go through the process of repackaging jars every time there is an update to the JDK. Is there a way I can specify the entire JDK zip and have DataGrip find and load the needed jars on its own?
请先登录再写评论。