Skip to content

Idempotent Insert / Upsert _PLACEHOLDER Error #9767

Discussion options

You must be logged in to vote

It was a Permissions issue all along.

I was just missing update permissions on those tables, so the upsert was failing. Per the docs:

Only tables with update permissions are upsertable. i.e. a table's update permissions are respected before updating an existing row in case of a conflict.

Fixed in this PR.

Thanks to @dventimihasura for spotting the fix.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dventimihasura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant