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? This should be illegal. ```json { "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.3.19/dab.draft.schema.json", "data-source": { "database-type": "mssql" "options": { "set-session-context": false } }, "runtime": { "rest": { "enabled": true, "path": "/api", "request-body-strict":...

bug
triage

### What happened? This should be illegal. ```json { "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.3.19/dab.draft.schema.json", "data-source": { "database-type": "mssql" "options": { "set-session-context": false } }, "runtime": { "rest": { "enabled": true, "path": "/api", "request-body-strict":...

bug
triage

Updates to the Health Check Endpoint - Remove Health check from when entities.{entity}.source.type = "stored-procedure" do not allow entities.{entity}.health at all - Enable Hot-Reload of Health check parameters - Paralellisation...

Support Hot Reload of Health Check config parameters and accordingly modify the comprehensive health check report

![Image](https://github.com/user-attachments/assets/c26fef9b-088c-492b-9933-7626b599cb18) ## Query ```graphql query a { characters { items { Name } } } ``` ## Error ``` info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] Executed endpoint 'Hot Chocolate GraphQL Pipeline' fail: Microsoft.AspNetCore.Server.Kestrel[13] Connection...

bug

## Output ``` C:\Temp\demo>dab start Information: Microsoft.DataApiBuilder 1.3.19 Information: Config not provided. Trying to get default config based on DAB_ENVIRONMENT... Information: Environment variable DAB_ENVIRONMENT is (null) Loading config file from...

bug
triage

If you use all defaults in your configuration, like this: ## Configuration snippet ```json "runtime": { "mode": "development" }, ``` And then you `dab start` it runs! However, when you...

bug
triage