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
Then Kafka Connect sends everything to Snowflake via a Snowpipe. I've left Payload without properties because they can vary and I want it to be deserialized as a Snowflake semi-structured "variant" column. Unfortunately, on Snowflake's side, the payload column is always {}, meaning empty object, all other fields are ok.
Would this be coming from the deserializer? How could I fix this?
The text was updated successfully, but these errors were encountered:
Hello there, I'm trying to deserialize this event with a Glue schema through Kafka Connect:
This is my schema definition:
Then Kafka Connect sends everything to Snowflake via a Snowpipe. I've left Payload without properties because they can vary and I want it to be deserialized as a Snowflake semi-structured "variant" column. Unfortunately, on Snowflake's side, the payload column is always
{}
, meaning empty object, all other fields are ok.Would this be coming from the deserializer? How could I fix this?
The text was updated successfully, but these errors were encountered: