podyn
podyn copied to clipboard
error while listening for changes
for one of my db tables I changed stream type from "new images" to "key attributes only". now postgres tables is not syncing with the service. Upon checking logs i find an error for the specific table. It reads
"the stream for table dev-UserProfiles does not have new images". I have tried deleting all data in PG table and have also done --scheme --data again for the table in question.
Still the error persist. I have also deleted entry in _migration table on dynamodb side. what can I do to resolve the issue. Thanks