Support Questions

Find answers, ask questions, and share your expertise

ExecuteSQL converts table schema INT to Boolean

avatar
Explorer

I have ExecuteSQL running against mysql as source and the source table structure as is follow:

LiranJP_1-1710147850346.png

 

`disable_min_bid`  is set as tinyint(1) DEFAULT '0' but once running the ExecuteSQL looking at the AVRO files the datatype + data is changed into boolean (true/false):

LiranJP_2-1710148067857.png

LiranJP_3-1710148085831.png

Is there any way to ignore this conversion? 
This is how my ExecuteSQL is configured right now:

LiranJP_4-1710148146944.png

 



0 REPLIES 0