Hi Team,
We have a Debezium Postgres Connector setup in our confluent cloud which is running fine and populating the data in the kafka stream, but when we are trying to load this data to snowflake using a snowflake sink connector , for some of the records the sink is failing with an error message as shown below.
The record in question here is having a column which is a double in Postgres but is being saved a FLOAT in Snowflakes.
"message": "[SF_KAFKA_CONNECTOR] Insert Row Error message:The given row cannot be converted to the internal format due to invalid value: Value cannot be ingested into Snowflake column BE_RELATIVE_PER_CHANGE of type REAL, rowIndex:0, reason: Not a valid decimal number",
Can someone please help us on how we can setup this so that we dont have a loss of precision and are also able to do this without any error.
Thanks in Advance.
Vivek Kumar