[destination-tidb, normalization] how to change varchar(1000)
limit?
#33710
Unanswered
yevhen-korientsov
asked this question in
Connector Questions
Replies: 1 comment
-
Today the destination TiDB uses Airbyte normalization, a deprecated features, to create the final tables. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we have a connection from Mongodb to Tidb, airbyte creates schema automatically, and it creates varchar(1000) data type in Tidb.
And we have some fields which are longer than 1000, so we faced error:
1406 (22001): Data Too Long, field len 1000, data len 1101
Is there some simple way to increase this value from 1000 ? (Tidb has limit 16383)
Beta Was this translation helpful? Give feedback.
All reactions