Habeeb556 commented on issue #29457: URL: https://github.com/apache/superset/issues/29457#issuecomment-2205447008
@mistercrunch unfortunately, this did not fix the issue. I upgraded to `version 4.0.2` and encountered the same error. ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 6: invalid start byte ERROR:superset.views.base:'utf-8' codec can't decode byte 0xff in position 6: invalid start byte ``` Additionally, I noticed that this issue occurs only when selecting columns with the `TIMESTAMP` datatype. All other columns work fine. It worked correctly with `version 2.1.3` when I switched back. -- 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]
