We are currently in a version of matillion where most of the jobs developed deal with loading data from sql to snowflake. And as part of this version the staging tables are created with UPPER CASE column names. And accordingly all target tables where SCD check is performed are also defined using UPPER CASE meata data (column names).
Now when we try upgrading the version to 1.68.12 and run these same existing jobs, the staging tables are getting created with meta data/column names as it in the SQL source which is Init Cap.
Due to this the transformation jobs are failing as matillion is looking up literal column names form staging to target tables (which have already been defined with UPPER CASE)
Are there any generic config options available to control how metadata should be created in the staging tables?
Observation: API Query component still creates the staging table with UPPER CASE column names in the upgraded version.