Hey , I am new to denodo. I have a powerbi file in direct query mode . it uses odbc connection to denedo serving layer which is connected to sql dB. when end user interact with powerbi, it will generate sql queries and pass that to underlying source in this case it passes denedo first then to sqldB.
the main question is how does denedo pass through sql queries? what kind of sql it uses? does it have its own sql parser?