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
This seems like more of an issue you are having with the kafka connect framework, rather than KCBQ specifically. Maybe you should bring this question to the confluent folks?
I am using schema-less json with big query connector. I am storing number of milliseconds as a timestamp.
I am getting following error while putting data in sync.
[row index 9]: invalid: Timestamp field value is out of range:1587677792225999872
To solve this I tried to add following configuration
Also , tried to use Timestamp converter
But it seems connect is just ignoring the nested fields.
Does it expected behaviour and is there any other alternative?
The text was updated successfully, but these errors were encountered: