villebro commented on issue #22841: URL: https://github.com/apache/superset/issues/22841#issuecomment-1465687021
It appears the database is returning the timestamp in non standard string format. To make the table chart able to parse the date you should first convert it to ISO-8601 format (I assume there should be functions for this in MySQL). -- 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]
