Hi Team,
I'm having this error while running source acceptance test
And this is my catalog.json
{
"stream": {
"name": "contact",
"json_schema": {},
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": [
"append"
],
"primary_key": [
[
"id"
]
]
}
can someone point out my mistake?