The general idea is that schemas are created before connections, look the same 
to everyone, and continue to live after connections close. You’d be breaking 
that principle, so you should be careful.

Maybe you can write a SchemaFactory that can see some of the connection 
parameters, maybe via a ThreadLocal. And add some code to set that ThreadLocal.

Julian


> On Aug 23, 2022, at 4:35 AM, Kartik Kudada <kartik.kud...@exate.com.INVALID> 
> wrote:
> 
> Hi Developers ,
> 
> Hope you are well .
> 
> I would like to modify model.json so that I can pass additional key - value
> parameters .
> I am able to pass additional parameters with connection URL .
> 
> Is it right to modify JsonRoot class ? Or any other way around?
> 
> Regards,
> Kartik

Reply via email to