elewis787 opened a new pull request, #24711: URL: https://github.com/apache/superset/pull/24711
### SUMMARY This PR fixes #15825 ### TESTING INSTRUCTIONS To test this, the following steps can be taken - Add db connection for cockroach db. - Create a dataset that includes a table with a timestamp or timestampz column, this will be used as the temporal value when creating charts. - Create a chart that leverages a temporal value - Inspect the generated query to see if the date format matches as expected. This has been tested in master and version 2.1.0 with python 3.11. In version 2.1.0 there were code changes needed to the `dict` type, this is due to a python version that was being used in the docker images of version 2.1.0. ### ADDITIONAL INFORMATION - [ x] Has associated issue: #15825 -- 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]
