sfirke commented on issue #27790:
URL: https://github.com/apache/superset/issues/27790#issuecomment-3237815285

   This seems fixed to me in In Superset 4.1.3?
   
   # Steps
   
   ## Create dataset in SQL Lab with MSSQL backend
   ```
   SELECT 
       CAST('1900-04-24 22:13:20.002' AS DATETIME) AS early_date,
       CAST('2300-11-20 17:46:39.998' AS DATETIME) AS late_date,
       CAST('2000-01-01 12:00:00' AS DATETIME) AS normal_date
   ```
   Saved as dataset
   
   ## Chart it
   
   Created a table chart and all the values display:
   
   <img width="3260" height="1378" alt="Image" 
src="https://github.com/user-attachments/assets/4b8d1635-ae9c-4d56-bc05-ae68665ee722";
 />
   
   Feel free to reopen or create a new issue if anyone has a reproducible 
example that this is a problem on current master branch Superset, or even 5.0.0.


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to