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? In the same way `@env()` and `@akv()` allow for string replacements in the DAB configuration, introduce `@file()` which will read from a designated JSON file with a simple...

Some issues are occurring with some of the previous images. Will need to fix it.

security

Currently only the step that publishes the nuget package to nuget.org is the only step that was moved. We need to also move the step that publishes the docker image...

pipeline

## What? Provide an optional mode where each request is executed with a per‑user Entra ID (Azure AD) access token for `https://database.windows.net/.default` obtained via OAuth 2.0 On‑Behalf‑Of (OBO) using the...

auth
security

## What 1. Allow `dab start` to switch the MCP protocol to `stdio` 2. Add support for setting the context permissions `role` > [!Note] > The default protocol for MCP...

mcp-server

**Is your feature request related to a problem? Please describe.** I would like to provide a custom description in the OpenAPI output for my API, so that client developers and...

Reference: https://github.com/Azure/data-api-builder/pull/2904/files#r2446265542

mcp-server

## What? Vector-type columns are omitted from results by default. ### Behavior * Equivalent to using the `exclude` permission property, but applied globally. * Applies only to `mssql` data sources...

mssql
mcp-server

NOTE: Please do not start this without talking to Jerry about Vector indexes. ## What? Add `VECTOR_SEARCH` method to `filter`. * Supported in GraphQL `filter` * Supported in REST `$filter`...

mssql
mcp-server

The flag `dab validate -output:results.xml` extends `dab validate` to support outputting the validation results in a **machine-readable XML format** useful for CI/CD pipelines. This allows for automated validation of configuration...