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.
When using Data API builder 1.7.75, the Swagger UI generated at `/api/openapi` displays the `Actor` entity twice, even though `Actor` is defined only once in the configuration. No other entity...
## What Add entities automatically. ## Why Super-simplify setup and onboarding. > [!Note] > Autoentities cannot conflict with explicit entities. ## Constraints * Data-source type: `MSSQL`-only * Object-source type: `Table`-only...
Implement the main logic for the wildcards which passes the `patterns.include` and `patterns.exclude` properties to the database, and then generates the entities based on the tables that where found.
`schema` and `object` will be reserved words inside the config file when using brackets. They will allow the user to add the name of the schema and object automatically, without...
Add new CLI commands that will allow the user to add and change wildcard properties inside of the config file, without the need to change the file manually.
A consideration from https://github.com/Azure/data-api-builder/issues/2708 investigate and add OTEL activity wrapping to variable replacement during deserialization. ``` Include an OTEL activity wrapping the replacement. (would be nice) Include an OTEL activity...
## Why make this change? We have recently seen an out of memory error coming from the line of code that serializes the column data. ## What is this change?...
### Why make this change? Serialization and deserialization of metadata currently fail when column names are prefixed with the $ symbol. ### Root cause This issue occurs because we’ve enabled...
## Why make this change? - Reference associated issue using `#` syntax. e.g. Closes #XX - Include summary (1-2 sentences) of linked issue to avoid redirecting reviewers to different pages....
## Why make this change? Closes https://github.com/Azure/data-api-builder/issues/2748 ## What is this change? Adds the option to use a local .akv file instead of Azure Key Vault for @AKV('') replacement in...