data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
- use `GlobalPackageReference` for `StyleCop.Analyzers` - remove `Microsoft.SourceLink.GitHub` since the source link and this package had been included in .NET 8 SDK https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management#global-package-references https://github.com/dotnet/sourcelink?tab=readme-ov-file#using-source-link-in-net-projects
## Objectives 1. Elaborate on the assertion that `IOptionsMonitor` is not feasible with examples and error messages > However, after some investigation it became apparent IOptionsMonitor would not be able...
### What happened? We attempt to query data from an Azure SQL database table with the GraphQL interface page-by-page. For the repro we simplified the query to only fetch the...
To supplement #2295 and the parent issue for new cli options: #2251, author instructions for other contributors to write code which adds new `dab configure` options. This doc should be...
### What happened? Hi, I'm tying to expose a table (azure SQL) using DAB. followed the documentation closely and I'm getting _ > Response status code does not indicate success:...
Today, it's a bit of a trick to know which verb to use in order to add, update, or modify non-entity information in the configuration file. This new verb `configure`...
## Why make this change? Part of the ongoing work for https://github.com/Azure/data-api-builder/issues/67 this closes https://github.com/Azure/data-api-builder/issues/1869 This change will reload the open api docs during a hot reload scenario. ## What...
### What happened? A bug happened! Looks like possible recent update causes tests to fail after subsequent runs. Seems to resolve (mostly) after cleaning the solution which indicates that a...
### What happened? **Issue Description**: While conducting load testing on an API utilizing the DataApiBuilder (DAB), it was observed that the telemetry data available in Live Metrics and other Application...
### What happened? I have the following GraphQL schema definition: ``` type AppReport @model { id: ID description: String latitude: Float longitude: Float created: DateTime } ``` When executing the...