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.
in read we are calling a private `BuildSuccessfulResult` which is hard coding the response dictionary to use "status", and "result" as keys. ``` private static CallToolResult BuildSuccessResult( string entityName, JsonElement...
## What? `/health` fails against REST when DAB is hosted in ACA
This task is created more for a POC perspective to have dynamic registration of MCP tool. This scenario would be applicable mostly for Custom MCP tools but can also be...
### What happened? Tried filtering on the string "filter&test" Original URL: https://localhost:5001/api/my_entity?$filter=Region eq 'filter&test' Encoded URL: https://localhost:5001/api/my_entity?$filter=Region+eq+%27filter%26test%27 I get this response when using the encoded URL: response: { "error": {...
### What happened? If a primary key is excluded through the `actions.fields.exclude` property an authorization error occurs when the `orderby` clause is used in the request, even if the field...
### What happened? Using fragments for the cursor fields results in error. ``` { books (first: 2) { items { id publisher_id } ...cursorFields } } fragment cursorFields on BooksConnection...
Currently the nextLink/after value is retrieved by removing the brackets and saving the contents. However, it is done by assuming that the brackets are in the first and last positions...
# Vector data type In SQL (Azure SQL Database and SQL Server 2025+), the `VECTOR` datatype is an ordered array of `FLOAT32` values (single-precision floating point numbers). ```sql CREATE TABLE...
## What? Allow developers to provide `query.graphql` files with predefined queries. This becomes a custom MCP tool registered in the MCP server. This is primarily the Hot Chocolate functionality. ###...