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.
Today, we support a sink to Application Insights: ```json { "telemetry": { "application-insights": { "enabled": true, ... } } } ``` Proposing a file sink for local storage. This is...
With this feature https://github.com/Azure/data-api-builder/issues/1577 coming in place, we should also have a way to define this at role level. "runtime": { ``` "rest": { "enabled": false, "path": "/api", "request-body-strict": true...
### What happened? I have created a complete docker-compose environment for my development team. MSSQL, DAB, KeyCloak, Traefik, Next.js front end. The entire system is up and running for dev...
Currently, we are using HotChocolate v12, which doesn't allow using dependency injection to put the AddMaxDepthLimit to request time. Once we have upgraded to Hotchocolate v13, this tasks needs to...
Hot Chocolate v13 provides a lot of enhancement and security updates. To take the benefit of it, we have to upgrade DAB to use Hot chocolate 13. Here is an...
Bloating a ParamDefinition/ColumnDefinition with fields not relevant for every database seems not to be the best approach here. _Originally posted by @ayush3797 in https://github.com/Azure/data-api-builder/pull/2052#discussion_r1535448998_
### What happened? When using .NET 8 and Data API builder v1.1+ CLI, the Console Logs do not present the HTTPS URL. ## Workaround In your `.env` file, add the...
### Feature request I see from the tests and from [this issue](https://github.com/Azure/data-api-builder/issues/2063) that DAB already supports JWT authentication and authorization, but I was not able to find any configuration detail...
Custom events in Azure Application Insights are used to track and visualize custom scenarios or occurrences in the application that aren't automatically captured by Application Insights. They can be used...
I'm trying to start dab with this configuration ```{ "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.1.7/dab.draft.schema.json", "data-source": { "database-type": "mssql", "connection-string": "@env('cnn')", "options": { "set-session-context": false } }, "runtime": { "rest": { "enabled": true, "path":...