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

### What happened? The following JSON schema properties are missing the description field. - [ ] data-source.options - [ ] runtime.rest.path - [ ] runtime.graphql.path - [ ] runtime.host.authentication -...

enhancement
improvement
config
hacktoberfest

### What happened? If I try to use PUT or PATCH on a table like the following: ```sql drop table if exists dbo.some_entity; create table dbo.some_entity ( id int not...

documentation
validation
improvement
triage
cri

### What happened? ![image](https://github.com/Azure/data-api-builder/assets/1749983/53ae0947-077c-4ef8-969b-935e030f562d) ### Version Future ### What database are you using? Azure SQL ### What hosting model are you using? Local (including CLI) ### Which API approach are...

bug
rest
engine
open-api

### What happened? Whereas the fix for [Issue 825](https://github.com/Azure/data-api-builder/issues/825) correctly addresses hierarchical/relationship filtering when the outer entity is on the *many* side of a one-to-many relationship, the inverse filtering behavior...

bug

Sending a request that should result in a 401/403 ends up with a 500 + a message that says that the user is unauthorized. ![image](https://user-images.githubusercontent.com/5472443/215811051-25e3998a-36b1-4eb0-acff-c0333acd10d3.png) Config: ```json { "$schema": "../schemas/hawaii.draft-01.schema.json",...

bug
auth

### What happened? MSSQL pipeline is flakely , typically in Linux tests, but sometimes windows, where all integration tests pass, but there is either a timeout or connection forcibly closed...

bug
triage

### What happened? Single Web Aapp - hosted Blazor WASM DAB - hosted on Container App - one container, one single revision. 1. Everything connected and setup, scaled to 1...

bug
triage

To get some insights into the usage of multiple create feature by the users, it is important to have some telemetry emitted. 1. Determine exactly what telemetry to be emitted....

graphql
Multiple mutations

### What happened? Imagine a mutation like this: ````gql mutation scenario { createbook(item: { id: 1, title: "Test", publisher_id: 1234}) { title } } ```` This creates one book with...

enhancement
triage

### What happened? Upon deployment, the path is altered with the data-api prefix. However, when the result exceeds the 100-row limit, a nextLink property is provided, but the nextLink doesn't...

bug
triage