Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.28.1
Expected results
It should return query result
Actual results
Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>
Steps to reproduce
create a table with column datatype byteb
Other information:
Database: Postgresql
In Preview mode, the select query gets fired and shows the result.
When you run the query (select * from table) in sqlLab, it throws
Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.28.1
Expected results
It should return query result
Actual results
Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>
Steps to reproduce
create a table with column datatype byteb
Other information:
Database: Postgresql
In Preview mode, the select query gets fired and shows the result.
When you run the query (select * from table) in sqlLab, it throws
Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>