> Will try to figure out how to manually perform the process of creating a
> proper "Connection" object and adding the schemas to it.


Generally the best way is to write a JSON model, and then create a connection 
using ‘jdbc:calcite:…model=...'. For that to work, your component needs to 
implement ‘interface SchemaFactory’, i.e. be an adapter.

Julian

Reply via email to