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? I encountered a bug while trying to add stored procedures to the database configuration file. I'm receiving the following error when authentication is enabled, but it works...
### What happened? When I add a postgreSQL table column of Json or JsonB type in the API, it does not show up in the API properties, both on REST...
## What? HTTP headers are not indicated in the OpenApi document ### DAB Headers 1. `If-Match` 2. `Cache-Control` ## Why? As a result, Swagger cannot provide these during invocations.
## What? Today, our OpenAPI includes object types that are not required by the endpoint. See #1838
### What happened? I am running DAB in development mode in Azure Redhat Openshift with AzureAD as AuthenticationProvider and "authenticated:*" on all Entities. When testing the Rest API using Swagger...
## What? Show only the available REST methods in the OpenAPI document we produce. ## Why? The current OpenAPI behavior shows all REST methods even when they are not available....
### What happened? Hi Team, We've developed a custom frontend and backend solution to manage API creation on our API Management platform, utilizing Data API Builder (DAB) to select fields...
## What Today, `autoentities.template` is missing our newest metadata-driven properties, such as `description`. This enhancement depends on the following: * #2794 * #2940 ## New properties This uses the new...
As part of the MCP changes, we need to stabilize the changes made on core MCP branch and merge it to main. This task is to review, fix and refine...
## What? In the same way `@env()` and `@akv()` allow string replacements in the DAB configuration, introduce `@db()` which reads from database metadata. This allows DAB to dynamically pull descriptions...