feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

feat: Improve exception message for unsupported Snowflake data types #4779

Open nanohanno opened 22 hours ago

nanohanno commented 22 hours ago

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