vestrik commented on issue #33076: URL: https://github.com/apache/superset/issues/33076#issuecomment-2791856656
@dosu Both datasets are based on one table in one database (it is MySql), data type is DATETIME in superset dataset for both. For MySql there is [superset/db_engine_specs/mysql.py](https://github.com/apache/superset/blob/82426925414f93d68107ab25a12fa5f0b14592fc/superset/db_engine_specs/mysql.py#L141): `TimeGrain.HOUR: "DATE_ADD(DATE({col}), INTERVAL HOUR({col}) HOUR)",` but in docker version it is not applied properly. -- 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]
