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? 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":...
### 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":...
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
 ## 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...
## 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...
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...