sfirke commented on issue #31272: URL: https://github.com/apache/superset/issues/31272#issuecomment-2521139443
I can't replicate this in Superset 4.1.1. I created a CSV with a column called "datetime" and a value of `2024-07-09 09:15:05`. I then uploaded it into Superset, specifying that the column called "datetime" was a date time column. It loaded into my data warehouse with the correct column type and I was able to make time series charts in Superset with it. My only guess is that there's some invalid date-time value lurking in that column and causing it to be a string. I once had this problem and finally figured out that a user had inputted some invalid date, like 2023-02-29 when that year wasn't a leap year for instance. Or an invalid time like 25:00. Once I deleted those few rows, it worked correctly. If you are able to create a reproducible minimal example that indicates this is indeed a problem with Superset, please share it on this issue. -- 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]
