I have following configuration:
- Snowflake Iceberg table (Snowflake catalog) is saved to Azure Gen2 storage account.
- This table is mapped (as shortcut) to a Microsoft Fabric Lakehouse table.
When I try to browse this table in the Lakehouse, I got following error: Parquet column cannot be converted in file [...] Column: [B_CODE] Expected: decimal(38,0), Found: INT32.
Column type in Snowflake is NUMBER(38,0), but values are always integers in 0-100 range.
This error is intermittent.