Hi @sivaranjani somana ,
Thanks for your patience. I got an update from the product team that this error happens when we cannot detect the column type from the source first row as the value is null. Please set column type in column mapping to workaround this issue as below.
"mappings": [
{
"source": {
"name": "user_id"
},
"sink": {
"name": "user_id",
"type": "string"
}
},
Hope this helps! Please let us know for further queries and we will be glad to assist.
--
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.