'Apache Calcite CSV Adapter - SQL Client

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

Edit: This my configuration but it's not working enter image description here

enter image description here

Error: enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source