Primary key column with unique identifier. #1750
-
I have a table name Building with below schema. During the post operation in swagger i dont want to send the Building ID. Since it is a primary key with default NewID() generation in it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @baskarkanini , The ability to ignore the primary key field in the POST request body is a new feature in our latest pre-release version (0.9.5-rc) that you can find https://github.com/Azure/data-api-builder/releases/tag/v0.9.5-rc Please take a look and see if that meets your needs. If not, please let us know. |
Beta Was this translation helpful? Give feedback.
Hi @baskarkanini,
Specifically, after installing this new release candidate, could you try adding the following to your configuration under the
runtime.rest
section?