You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering this error between Postgre & Snowflake: org.apache.kafka.connect.errors.DataException: Invalid Java object for schema with type STRING: class java.lang.Long for field: "created_at"
#52083
Open
FraPaoletti98 opened this issue
Jan 22, 2025
· 0 comments
I'm encountering this error: org.apache.kafka.connect.errors.DataException: Invalid Java object for schema with type STRING: class java.lang.Long for field: "created_at"
on only one table out of 50 of my db.
I have set up a connection between Posgre and Snowflake with the CDC option. I launched a full refresh of all tables and it succeeded. I tried to remove this table and everything also works, so i do not understand why it happens :(
I'm using the latest versions of connectors for both source and destination & the Airbyte version is 1.2.0.
Relevant information
The text was updated successfully, but these errors were encountered:
Topic
I'm encountering this error:
org.apache.kafka.connect.errors.DataException: Invalid Java object for schema with type STRING: class java.lang.Long for field: "created_at"
on only one table out of 50 of my db.
I have set up a connection between Posgre and Snowflake with the CDC option. I launched a full refresh of all tables and it succeeded. I tried to remove this table and everything also works, so i do not understand why it happens :(
I'm using the latest versions of connectors for both source and destination & the Airbyte version is 1.2.0.
Relevant information
The text was updated successfully, but these errors were encountered: