I am working on the development of a Connector interface with Elasticsearch (translate SQL to API DSL query syntax) .
I am starting with Apache Calcite CSV Adapter as a first step to test Calcite capabilities. I followed the tutorial https://calcite.apache.org/docs/tutorial.html
My question is how to use the JDBC connector (and which configuration) in a SQL client like Dbeaver or Squirrel... ?
Thanks