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 Swagger UI ![image](https://github.com/user-attachments/assets/694c718f-06fd-4333-a66a-552c93c97275) ### Version 1.1.7 ### What database are you using? Azure SQL ### What hosting model are you using? Local (including CLI)...

bug
triage

### What happened? Running 'dab validate' against the following schema: CREATE TABLE [dbo].[Specials]( [Id] [int] NOT NULL, [Test1] [hierarchyid] NOT NULL, [Test2] [geometry] NOT NULL, [Test3] [geography] NOT NULL, [TheDate]...

bug
triage

Sorry to post an issue here, but can't find answer to this. My requirements are pretty simple I have Azure functions and DAB connected to my Azure Static Website. I...

swa-integration

Hi there! I'm using DAB to query a CosmosDB NoSQL container with partition keys of: ``` id: ID /TenantId: String /EntityType: String /EntityId: String ``` Example: ![image](https://github.com/Azure/data-api-builder/assets/5838388/6c686a26-556b-47d7-93b1-8fa5e131bd48) The items within...

cosmos
engine
hacktoberfest

Make the timeout period of the transaction (associated with a graphQL mutation or REST Post, Put, Patch and Delete request) configurable through the CLI. This is proposed to make sure...

bug
enhancement
perf

Support the following options for `dab configure` per #2251 | Configuration File Property Path | CLI Flag | Data Type | Nullable | |-------------------------------------------------------------------------|--------------------------------------------------------------------|-----------|----------| | data-source.database-type | --data-source.database-type | String:...

enhancement
cli

minor version is bumped to 3 for the next upcoming release version 1.3

Postgres Function support added ## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - Include summary (1-2 sentences) of linked issue to avoid redirecting...