MySQL to Snowflake Normalization Issue (All Latest Versions)

  1. 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

  1. i think the MySQL connector version was 0.6.12