rusackas commented on issue #23167:
URL: https://github.com/apache/superset/issues/23167#issuecomment-4042080544

   Great to hear that @nh28 and team are looking into this! To help orient your 
investigation: the hours offset is applied in the backend query generation in 
`superset/connectors/sqla/models.py` — look at how `dttm_col` and `offset` 
interact when building the time expression. The offset appears to only be 
applied to the column designated as the main datetime column (`main_dttm_col`) 
rather than all columns marked as temporal. A fix would likely need to ensure 
the offset is applied consistently to all temporal columns when they appear in 
a query. Looking forward to seeing a PR from you!


-- 
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