Data API Builder Deployment Error – Primary Key Requirement #3414
Answered
by
JerryNixon
Ryosukekoro0417 (Ryosukekoro0417)
asked this question in
Q&A
|
When deploying to the MCP server following the reference guide below,
Would this be considered a mandatory requirement? |
Answered by
JerryNixon
Apr 6, 2026
Replies: 1 comment 1 reply
|
Yes, it is considered mandatory. Let me explain why we require it.
Right now, primary keys are required. When you indicate a column is a key, the database does not need a matching key constraint. You can also use more than one column if it makes sense for your table. In either case, a key is required and important. |
1 reply
Answer selected by
JerryNixon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is considered mandatory. Let me explain why we require it.
Right now, primary keys are re…