Hey Meltano team. I am trying to load data from Gi...
# getting-started
f
Hey Meltano team. I am trying to load data from Github (tap-github) to MySQL (target-mysql). The
CREATE TABLE
query which is generated contains a lot of large `VARCHAR`s and it goes beyond the limit that's allowed by MySQL. (https://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html). Is there a way to configure this query so that the columns are all
TEXT
?
e
Hi @Fasih Khatib! Which variant of target-mysql are you using?