Skip to main content

In database select connector 

I prepare sql and input param correctly as below shown, it works at runtime as well 

 

How to get ride of Warning at IDE for database select connector

 

but IDE always gives me error as below, which is annoying, how to get rid of this IDE error? 

 

Thank you all in advance  

 

image.png

 

 

 

#MuleSoft

3 Antworten
  1. Manish Kumar Yadav (Hitachi Energy) Forum Ambassador
    28. Juli, 13:31

    Hello, 

     

    I would not prefer to go for a query builder inside the variable rather I would use an Input parameter with Dynamic binding in the connector itself. 

     

    If you really want to get rid of then you can use like below , but that is not ideal solution . 

     

    #[vars.query default "some default DB query you can write here"]
0/9000