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 happened? **This is the scenario.** A SQL database with a Person table. A Person may have 0:M Addresses. Each Address has an AddressType. A Person may have 0:M...

bug
graphql
security
triage
cri

## Why make this change? - Fixes #2341 (partly) - do not set the session context in SQL server with read_only = 1 as this prevents us from doing a...

As a part of the work for hot-reload, we refactored the `RuntimeConfigProvider` such that it no longer was responsible for maintaining the state of the `RuntimeConfig` and no longer creates...

refactor

Hi, We have a need for relationships between a stored proc and other tables. To try and explain in a minimal way exactly what we are trying to achieve: -...

move-to-close

RFC for Bulk Inserts via GraphQL - #1783 This issue tracks the AuthZ logic changes necessary to support the Bulk Insert feature in GraphQL

move-to-close

RFC for Bulk Insert via GraphQL - #1783 This issue tracks the database query generation and execution logic necessary for supporting bulk inserts through GraphQL

move-to-close

### What happened? It seems that the latest tag is till applied to image 1.1.7 in the Microsoft Artifact Registry instead of the 1.2.10 image. https://mcr.microsoft.com/en-us/product/azure-databases/data-api-builder/tags ### Version 1.2.10 ###...

bug
triage

### What happened? For reference: #67 ## Hot reload The idea of hot reload allows the direct manipulation of the `dab-config.json` file without requiring `dab start`. ## Use cases 1....

enhancement
triage
🔥Hot Reload

### What happened? ## Dotnet https://learn.microsoft.com/en-us/dotnet/api/system.guid.parse?view=net-6.0#system-guid-parse(system-string):~:text=to%20a%20Guid-,Remarks,Expand%20table,-Specifier ## GraphQL Explanation: https://chillicream.com/docs/hotchocolate/v12/defining-a-schema/scalars#uuid-type > Uuid Type > > The `Uuid` scalar supports the following serialization formats. > > | Specifier | Format |...

enhancement
graphql
triage

The default HTTPS address and port have been removed from Kestrel in .NET 7. This introduced a breaking change in DAB after 0.9.7. One of the issue is of export...

bug