For Snowflake data sources, there it is checked if all columns in a table have data types that are supported. If not an exception is thrown with limited information.
These changes add more information about which column and datatype are affected. This information will help in fixing the underlying table schema.
What this PR does / why we need it:
For Snowflake data sources, there it is checked if all columns in a table have data types that are supported. If not an exception is thrown with limited information.
These changes add more information about which column and datatype are affected. This information will help in fixing the underlying table schema.
Which issue(s) this PR fixes:
Misc