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? Standard `dab start` results in the following: 1. Information: Microsoft.DataApiBuilder 0.9.5-rc+73a02dcd3b85a73ac36a5675432a45b7a3cc4a7d 2. Information: Config not provided. Trying to get default config based on DAB_ENVIRONMENT... 3. Information: Environment...

enhancement

### What happened? When `dab start` is successful, the final output looks like this: ```` info: Azure.DataApiBuilder.Core.Configurations.RuntimeConfigValidator[0] Validating entity relationships. info: Azure.DataApiBuilder.Service.Startup[0] Successfully completed runtime initialization. info: Microsoft.Hosting.Lifetime[14] Now listening...

enhancement
triage

### What happened? When console logging and opening child files log something like this: When it has no parent: `LOG: Loading config file dab-config.json from {root}.` When it does have...

enhancement
triage

### What happened? When doing this in the CLI: `dab init --config "dab-config.json" --host-mode "@env('mode')" ` I got this: `Option 'host-mode' is defined with a bad format.` It seems to...

enhancement

### What happened? Start with this (works fine): `dab add "Sample" --config "dab-config.json" --source "[dbo].[Sample]" --source.type "Table" --source.key-fields "Id1,Id2,Id3" --rest "sample" --permissions "anonymous:create,read,update,delete"` Then, running this: ` dab update "Sample"...

bug
triage

gRPC adoption grows including on [Postman](https://grpc.io/blog/postman-grpcweb/) and world adoption on 20% usage most on Google Go ecosystem, but not only and grows and maybe also Rust make it dominance a...

enhancement

### What happened? We have deployed container in AKS mounting config and schema file using configmap. I can see config file and schema file in App/ directory in pod. However...

container
move-to-close

Add CLI support to modify these health check parameters

This is a simple sample that demonstrates how to use DAB in Aspire. I will add it to our docs/quick-starts when this is merged. Please note there is no /src...

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