aussat commented on issue #8437: heatmap axis cannot display date type column correctly URL: https://github.com/apache/incubator-superset/issues/8437#issuecomment-615456767 Just use _to_char()_ function when wrintinhyour SQL query in order to convert your date value to text. Example: to_char(your_date_column, 'YYYY-MM-DD')
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
