data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.

Results 387 data-api-builder issues
Sort by recently updated
recently updated
newest added

Consider the table definition for `type_table`: The column `float_types` is a column which has a default value of `1.1`. Now, if we execute a GQL create mutation on this table...

bug
graphql

The default values are incorrectly parsed for MySql. Eg. in the below screenshot, `last_sold_on` is a datetime column and the default value should have been present within single quotes. Need...

bug
mysql
triage

### Discussed in https://github.com/Azure/data-api-builder/discussions/2158 Originally posted by **wrutkowski-xebia** April 10, 2024 Hello, Why image on Docker Hub is not published by Verified Publisher or Docker Official Image? `mcr.microsoft.com/azure-databases/data-api-builder:tag` `https://hub.docker.com/_/microsoft-azure-databases-data-api-builder` ![image](https://github.com/Azure/data-api-builder/assets/112972470/319722dd-34b8-4424-a98f-ac95980aa1ce)

container
cri

### What happened? When requesting for multiple api requests when session context is "set-session-context": true. This is for using DB Type: DWSQL for using against Fabric SQL endpoints. It causes...

bug
triage

…en multiple-create is enabled ## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - Include summary (1-2 sentences) of linked issue to avoid redirecting...

Multiple mutations

Nested Mutation refers to the ability to perform mutation operations such as insert, update, and delete on a related entity in addition to the parent entity. ```[tasklist] ### Related items...

enhancement
graphql
Multiple mutations

note: this is a validation that should be added. For queries (and later on for nested mutations as well), we don't have a validation in place which ensures that the...

bug
validation
config
known-issue

To simplify usage, is it possible to have: `"nested-mutations" : true` to imply any supported nested mutations are enabled. Could be a separate PR. _Originally posted by @Aniruddh25 in https://github.com/Azure/data-api-builder/pull/1983#discussion_r1508613872_...

cli
config
Multiple mutations

The update GraphQL mutations allow ability to modify a PK even if its autogenerated. This should not be allowed.

bug
graphql