Cannot add new dataset from prestodb due to too long type character varying #14458
Labels
#bug
Bug report
data:connect:presto
Related to Presto
inactive
Inactive for >= 30 days
P3
Priority item - Normal
I'm facing this problem whenever I try to add a dataset from a presto engine
superset_app | psycopg2.errors.StringDataRightTruncation: value too long for type character varying(32)
Here is a detailed log:
I didn't find where in supertset I can alter types parameters to increase max chars.
I got these issues when connecting to a presto engine, the presto engine is connected to a postgresql database , and when I use superset directly on postgresql to add the same table it worked fine , but when I pass through presto which is supposed to do the same , I got this error.
Using presto cli to check tables on postgresql database does not show any error and I'm able to fetch the table so I assume the problem is related to apache superset
The text was updated successfully, but these errors were encountered: