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.
## Why make this change? With Hot Chocolate 15 we have invested a lot into security, performance and GraphQL protocol standards. ## What is this change? This PR will modernize...
### What happened? Running on Analytics SQL Endpoint on Fabric I was trying a row-level-security scenario, based on the one in the documentation. So I did: `"data-source": { "database-type": "DWSQL",...
Examples in SerializationDeserialization tests validate field count with magic numbers. If this number were to change and fail tests, we have no way of knowing which fields the tests were...
I get the following message: "Adding/updating Relationships is currently not supported in CosmosDB." when trying to add a relationship using the dab update command. I do realize this is not...
### What happened? I have the following `cosmosdb_nosql` data setup with a database and 2 containers, `conferences` and `talks`: data setup - **database** - conferences - ```json [ { "endDate":...
## Why make this change? Resolves #2662 ## What is this change? 1. Created the HttpUtilities with HttpClient already instantiated and basic details filled from Startup.cs 2. Using this httpClient,...
## Why make this change? We are an open source project, and as such we have external contributors pushing changes to our repo. But sometimes we may need to make...
## Why make this change? Closes [#2534](https://github.com/Azure/data-api-builder/issues/2534) ## What is this change? This PR involves creating another parameter in the runtime config which defines the cache-ttl-seconds for the health endpoint....
## Why make this change? Closes https://github.com/Azure/data-api-builder/issues/2604 ## What is this change? Inside of the `SqlQueryStructure`, there is a private constructor, that all of the public constructors will call. This...
## Why make this change? closes https://github.com/Azure/data-api-builder/issues/2603 ## What is this change? Includes caching options with the `add` and `update` verbs for the CLI. These verbs are used to add...