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? OS: [macOS] Version [Ventura 13.4] Architecture: [arm64 (Apple M2 Pro)] When running the command to start the SWA using ``` swa start --data-api-location swa-db-connections ``` The following...

bug
swa-integration
swa
cri
3rd-party-integration

### What happened? My connection string happened to have a random generated password that contains a semicolon (;) and the static web app would return an error 400 but no...

bug
swa-integration
swa
cri

### What happened? I would like to be able to enable full Swagger UI / GraphQL UI when deployed to Static Web Apps. I am able to get those enabled...

bug
cri

### What happened? My table is the following: ```sql create table vehicle_position_data ( id varchar(20) not null primary key clustered, trip_id int not null, direction_id int not null, vehicle_id varchar(20)...

bug
good first issue
mssql
usability
engine

### What happened? Just a standard `dab start`. ![image](https://github.com/Azure/data-api-builder/assets/1749983/b2ba216d-9a28-42d2-b105-56096dba3598) ### Version Future ### What database are you using? Azure SQL ### What hosting model are you using? Local (including CLI)...

bug
hacktoberfest

### What happened? If the user used to connect to the database is not in the db_owner role, columns default values are not read. Here's the repo (on SQL Server)....

bug
mssql
triage

### What happened? When following this doc: https://github.com/Azure/data-api-builder/blob/main/docs/running-using-a-container.md I get the following error: **WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific...

bug
triage

### What happened? Navigated to `https://localhost:5001` Console: ```text info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3] Route matched with {action = "Find", controller = "Rest"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Find(System.String) on controller Azure.DataApiBuilder.Service.Controllers.RestController (Azure.DataApiBuilder.Service)....

bug
triage

### What happened? A bug happened! Invalid connection string results in uncaught exception. When starting using "dab start" the error message returned when connection string is invalid is not user-friendly....

bug
cli

### What happened? I have a stored procedure like the following: ```sql create procedure dbo.stp_Dummy @mandatoryParam int, @optionalParam int = 10 as select @mandatoryParam as mandatoryParam, @optionalParam as optionalParam go...

bug
graphql
rest
config
stored-procedure