manojchit
2 years agoNew Contributor
PostgreSQL Bulk Upload
Is there a way to remove the PRIMARY_KEY from insert query getting triggered from PostgreSQL Bulk Load Snap.
Issue is when the Snaplogic trying to insert data into postgreSQL the PRIMARY_COLUMN is going as NULL which is causing while inserting record into postgreSQL database.
NOTE: If we remove the ID column which is the primary from been serialized than it will be auto generated as it is set as AUTO INCREMENT.
I tried mapper as well to remove the ID column to not included in INSERT query but it didn't worked out.
Any suggestions from anyone.