pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

Primary Key Not Found Error

Open ravikumarbalraj opened this issue 2 years ago • 1 comments

PGSync version: 2.5.0

Postgres version: 15

Openserch version: 2.5

Redis version: 7

Python version: 3.11

Problem Description: We don't have primary key in our table. Is this is mandatory or any other configuration for disabling the primary key error.

Error Message (if any):

pgsync.exc.PrimaryKeyNotFoundError: 'No primary key found on table:

ravikumarbalraj avatar May 03 '23 07:05 ravikumarbalraj

Unless it's the root node, a primary key is required for joining relationships.

toluaina avatar Aug 21 '23 22:08 toluaina