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.
I'm using Data api builder for one of my databases locally. I've tried to setup JWT authentication, but i keep getting this error and i'm unable to get around it....
### What happened? Right now, an entity supports this configuration: ```json "rest": { "enabled": true, "path": "/customers" }, ``` But it does not support a subfolder like this: ```json "rest":...
### What happened? When I have a configuration that is read only - GET method on a rest api, then both swagger and /openapi endpoints still all of the methods....
### What happened? We are currently grappling with the challenge of receiving a relative nextLink path in the form of http(s)://domain.com/path?queries. To address this, we request the implementation of a...
### What happened? Running latest docker image with the provided example from here https://learn.microsoft.com/en-us/azure/data-api-builder/how-to-run-container Only alteration I made was to the password in the file. { "$schema": "https://github.com/Azure/data-api-builder/releases/latest/download/dab.draft.schema.json", "data-source": {...
### What happened? We've noticed a potential issue with the SQL generation within the Data API Builder, specifically when handling GraphQL queries that include pagination and sorting. The SQL output...
# Summary Develop a UI editor that helps creates, modify and publish the `dab-config.json` file used for bootstrapping Data API builder. # Motivation The `dab-config.json` file is getting more and...
It is not possible to include descriptions for entities and fields to enhance both OpenAPI and the GraphQL schema. This metadata can come from many sources: database extended properties, Purview...
### Need Deployment as code script should be included to deploy in a reproductible and reliable fashion. As of today, Container Apps manual deployment is described there: https://learn.microsoft.com/en-gb/azure/data-api-builder/how-to-deploy-container-app. ### Code...
### What happened? Can we update `dab init` to create a `.env` file when a connection string is supplied? ## Details: 1. Create the `.env` file 2. Use a default...