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? Hot reload feature does not explain the cause of failure when using a configuration with old schema spec. Sample config: [dab-config.json](https://github.com/user-attachments/files/19916122/dab-config.json) Last output from DAB CLI ```...
### What happened? Let's consider a database table called Books with a column sellerId. As an API owner, I would like my end-users to able to see or modify only...
## Why make this change? Closes #2643 The JSON schema does not contain a list of auth providers, nor does it validate the use of the `jwt` property. This results...
## Why make this change? Fixes issue #2626 ## What is this change? Where a parameter is linked to an underlying column in the data model the length is stored...
## What? Endpoints that support `Upsert` currently require the key in the route. But when the entity uses identity or auto-generated keys, this route becomes impossible to fulfill. ## PATCH...
### What happened? Please see issue 1973. The DAB team fixed the problem where the dynamically generated select statements (on an Azure SQL table) were specifying nvarchar even though the...
## Why make this change? The main development version should be updated to 1.6
The testing for Health Endpoint is failing for GraphQL and Rest calls with the error `One or more errors occurred. (No connection could be made because the target machine actively...
We have recently introduced the finalization of the cache feature in DAB, and we need to add comprehensive testing for all of these features. This includes header support, CLI support,...
When DAB is running in its MCR container, health checks do not use the proper port. ```json { "status": "Unhealthy", "version": "1.5.29", "app-name": "dab_oss_1.5.29", "configuration": { "rest": true, "graphql": true,...