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? 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.
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...
## 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...
## 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...
**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
## 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...
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`...
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...