- The field in MySQL source is
tinyint(1) unsigned
and in the staging view it’s
cast(MY_FIELD as
bigint
) as MY_FIELD
and in the RAW AIRBYTE table the JSON is "MY_FIELD": false
- i think the MySQL connector version was
0.6.12
tinyint(1) unsigned
and in the staging view it’scast(MY_FIELD as
bigint
) as MY_FIELD
and in the RAW AIRBYTE table the JSON is "MY_FIELD": false
0.6.12