dishant1691 opened a new issue, #24561: URL: https://github.com/apache/superset/issues/24561
Hello, I am using superset version 2.1.0 For older dates around year 1937 and back I am not able to see correct dates in chart, it is showing as NAN. Although in dataset it is being shown correctly. Database I have checked Databricks SQL, SQL server. For example I have created a simple table chart by using this dummy date in dataset: select (current_date() - 31150 ) as dt1 the chart shows NAN value <img width="260" alt="image" src="https://github.com/apache/superset/assets/123067038/c90eeee6-09fa-424c-8da2-cb90e6b4d66a"> But if I run this select (current_date() - 31105) as dt1, it shows correct date -- 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]
