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.
### What happened? Not sure if it is a static web app issue rather than DAB, but lets start here since it is an API I am trying to build....
### What happened? There is no way to add caching through the CLI. If we compare how we add telemetry: ```bash dab add-telemetry --app-insights-enabled true --app-insights-conn-string "@env('app-insights-connection-string')" ``` ```json {...
Currently source entities in a relationship must be a Table as defined [here](https://github.com/Azure/data-api-builder/blob/ed4fc13b7c9805729784a54f8993f9bc8a40ed03/src/Core/Configurations/RuntimeConfigValidator.cs#L643) in the RuntimeConfigValidator. To improve DAB I suggest there should not be this restriction on the source...
As a user of API's myself I really appreciate helpful messages explaining why the action failed. It really helps with development and maintenance. If a user complains an action hasn't...
Right now, the `$filter` REST option supports the native OData operations: http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_BuiltinFilterOperations feedback from some early adopters is emerging in the sense that we should support also some of the...
### What happened? Engine start error ### Version 0.6.13 ### What database are you using? MySQL ### What hosting model are you using? Local (including CLI) ### Which API approach...
When i run the cli using the config file created in this test, i see duplicates of the errors Aaron mentions. While I understand that the errors may be sourced...
This is something we might consider as a follow up for this issue: https://github.com/Azure/data-api-builder/issues/618, whether we want to provide the developers with the option to configure the retry count via...
### What happened? When an entity has multiple relationships to the same entity through different linking objects, this will cause the results to be null. Only objects related by all...
In M:N relationships when the linking table is not exposed, we need to make sure mutation on the parent tables trigger deletion of rows in the linking table as well....