ronaldvanrij commented on issue #16087: URL: https://github.com/apache/superset/issues/16087#issuecomment-946537830
I can confirm this also occurs while using Postgres as database. It appears the NULL value is transformed into a not a time (NaT) value, which is output as "1970-01-01 00:00:00". My (hopefully temporary) workaround is to add a calculated column to the dataset which converts the date into a string, which will display as N/A when the underlaying value is NULL. -- 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]
