mistercrunch commented on issue #31927:
URL: https://github.com/apache/superset/issues/31927#issuecomment-2618059978

   Which database backend are you using? The SQL function is defined on a 
per-engine basis, for example the logic for bigquery lives here 
https://github.com/apache/superset/blob/master/superset/db_engine_specs/bigquery.py#L182
   
   By knowing the backend we can fine where the logic is applied based in this 
folder https://github.com/apache/superset/blob/master/superset/db_engine_specs/
   
   Also looking at "View Query" in Explore would help understanding whether/why 
the SQL generated is wrong


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to