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.
Currently, export command uses https endpoint but if it fails it will use http endpoint. but considering it's security implications we would like to add a cli option in the...
Once we get the new config file, we need to make sure that it has no errors before Hot-Reloading. Therefore, we need to find a way to see if there...
Need to add new tests related to collations based on capitalization. Related to main issue #1535. Some examples of this would be to ensure it works with both cases `SELECT...
## What is it * Add global filters * Add a `file` sink ## Log sink details **Current syntax: [docs](https://learn.microsoft.com/en-us/azure/data-api-builder/deployment/how-to-use-application-insights?context=%2Fazure%2Fdata-api-builder%2Fcontext%2Fcontext)** ```json { "runtime": { ... "telemetry": { "application-insights": { "enabled":...
### Discussed in https://github.com/Azure/data-api-builder/discussions/2301 Originally posted by **BenMenegazzo** July 15, 2024 I have spent some time today attempting to integrate DAB with the identity provider Auth0. Basic authorization as "authenticated"...
### What happened? I tried to use DAB on my Postgresql DB. My table name are case sensitive. When i try to start i get a failure. Here is a...
From: Davide: [https://github.com/Azure/data-api-builder/blob/90e1bb077986a354c64d7b8013bc484ae5d7d2a8/src/Core/Resolvers/SqlMutationEngine.cs#L133](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fdata-api-builder%2Fblob%2F90e1bb077986a354c64d7b8013bc484ae5d7d2a8%2Fsrc%2FCore%2FResolvers%2FSqlMutationEngine.cs%23L133&data=05%7C02%7CSean.Leonard%40microsoft.com%7Ccfc636b1d07b4297fc3708dcd9ad4b71%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638624585530661587%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VKEry6aIym6RS5eNyDnU2x2p4I00zQFdaBIp72%2Fy90U%3D&reserved=0) [Implementing an Implicit Transaction using Transaction Scope - .NET Framework | Microsoft Learn](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fdotnet%2Fframework%2Fdata%2Ftransactions%2Fimplementing-an-implicit-transaction-using-transaction-scope&data=05%7C02%7CSean.Leonard%40microsoft.com%7Ccfc636b1d07b4297fc3708dcd9ad4b71%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638624585530682557%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=P77%2Fq25K%2B%2FzKiyRkmfpbuWkrL0tzW6Zf8%2BAdZ13Rn48%3D&reserved=0) ```tsql DECLARE @ROWS_TO_UPDATE int; SET @ROWS_TO_UPDATE = (SELECT COUNT(*) as cnt_rows_to_update FROM [dbo].[todo] WHERE...
# What is it? A UI designed to create, view & edit a `dab-config.json` file. # Why? The configuration file is getting more complex, easier to get wrong. * Some...
### What happened? When trying to build the [Dockerfile](https://github.com/Azure/data-api-builder/blob/main/Dockerfile) the build process fails. The [global.json](https://github.com/Azure/data-api-builder/blob/main/global.json) does indeed require version 8.0.100: ``` docker build -f "Dockerfile" -t dataapibuilder:latest "." [+] Building...
## What is it? * The ability to customize REST paths with sub-directories, such as `/api/sub-directory/books`. This improvement addresses potential conflicts that arise when multiple data sources contain entities with...