data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
### What happened? The following JSON schema properties are missing the description field. - [ ] data-source.options - [ ] runtime.rest.path - [ ] runtime.graphql.path - [ ] runtime.host.authentication -...
### 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...
### What happened?  ### Version Future ### What database are you using? Azure SQL ### What hosting model are you using? Local (including CLI) ### Which API approach are...
### 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...
Sending a request that should result in a 401/403 ends up with a 500 + a message that says that the user is unauthorized.  Config: ```json { "$schema": "../schemas/hawaii.draft-01.schema.json",...
### 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...
### 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...
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....
### 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...
### 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...