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
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: