Elasticsearch Driver

That worked!

I added the following to the uberjar portion of project.clj:

:manifest      {"X-Compile-Elasticsearch-Version" "7.10.1"}

which includes it in the manifest file:

➜ unzip -qc target/uberjar/elasticsearch.metabase-driver.jar META-INF/MANIFEST.MF | grep X-Compile
X-Compile-Elasticsearch-Version: 7.10.1

But then... :frowning:

current license is non-compliant for [jdbc]

Per Download JDBC Client | Elastic it looks like the JDBC client requires either platinum subscription or trial.

Hope that helps anyway, good luck!