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
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
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