Skip to content
Discussion options

You must be logged in to vote

Found the answer -https://github.com/apache/superset/blob/master/superset/db_engine_specs/mysql.py#L27

Looks like the data converter for MySQL only converts TINYTEXT, MEDIUMTEXT, and LONGTEXT to String. Most of our string columns in MySQL are VARCHARs, so it's not being processed as a String for Superset's purposes.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jmoraleslascondes
Comment options

@edvanr
Comment options

@mason-gordon
Comment options

Answer selected by mason-gordon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants