Trying to load data into Snowflake table might result in a "Fractional data truncated while performing conversion" warning


Trying to load data into a Snowflake table might result in a warning similar to the following:

WARNING: During insert: [Snowflake][Support] (40460) Fractional data truncated while performing conversion.

The issue might occur when the following is true:

Workaround

The workaround for this issue is to remove the INSERTBUFF= LIBNAME option or data set option. Instead, add the BULKLOAD= yes option. Note that you might need to include additional required options for the method that you choose for the bulk loading.