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

The RuntimeOptions section has Telemetry that is configured on startup. To effectively Hot-Reload this section, that Telemetry must be refreshed. This task is to correctly refresh the telemetry during a...

enhancement
🔥Hot Reload

This Issue is to propose a new property called `log-level` under the runtime section of dab config file to specify the minimum logging level in our Application. for example if...

enhancement
hacktoberfest

Cosmos tests were added in #2307. Need to add mirroring tests for SQL.

### What happened? I configure AzureAD as authentication provider, and also have audience and issuer for the jwt section, but I didn't manage to make it work. does anyone could...

documentation
auth
swa
cri

## Why make this change? - Closes #2281 - Unpredictable behavior was noticed with pagination fields. ## What's causing this issue? - `ArrayPoolWriter` uses pooled memory, which can lead to...

bug
graphql

## Why make this change? - Closes #2299 - Enabling DAB's cache only worked for generic table/view queries (REST: GET, GraphQL: queries). Stored procedure results were always fetched from the...

RestController is due for revisiting to clean up the code since it's been a few years. - OpenApiDocumenter would benefit from its own Controller class to clean up the code....

usability
refactor
swagger

### What happened? Using the JWT authentication method results in a token validation failure. The signing keys were not getting pulled from the identity provider. Resulting in a IDX10500 error....

bug
triage

### What happened? Stored procedure parameters are actually NOT required in the config (which makes sense), but this section states the opposite: https://learn.microsoft.com/en-us/azure/data-api-builder/reference-configuration#parameters ### Version 1.1.7 ### What database are...

bug
triage

### What happened? ```dos dab init -c dab-config.json --database-type mssql --connection-string "@env('dab-connection-string')" --host-mode Development dab add "Album" --source "[dbo].[Album]" --fields.include "AlbumId,Title,ArtistId" --permissions "anonymous:*" ``` Results in the following console output...

bug
triage