Shyam Sundar J

Results 16 issues of Shyam Sundar J

Identify and document all the breaking changes introduced by the feature. Breaking changes refers to any current setup that is working successfully that would stop working when the feature flag...

documentation
Multiple mutations

To track as a separate issue, I think we should add a different `dab` command that helps to enable or disable a feature, should not be only possible through the...

enhancement
cli
config

RFC for Bulk Insert - #1783 Create the new operation type for bulk insert during graphQL schema generation

move-to-close

This issue tracks the follow-up items from the observations presented for the issue #1220 Perform a load test with the following test setup 1. Deploy DAB image in ACI. The...

perf

At the moment, the Cosmos integration tests create a new instance of the CosmosClient for performing operations (such as creating collection, inserting items, etc.) on the cosmos DB. The documentation...

cosmos
refactor
testing

Nested Mutation refers to the ability to perform mutation operations such as insert, update, and delete on a related entity in addition to the parent entity. ```[tasklist] ### Related items...

enhancement
graphql
Multiple mutations

To simplify usage, is it possible to have: `"nested-mutations" : true` to imply any supported nested mutations are enabled. Could be a separate PR. _Originally posted by @Aniruddh25 in https://github.com/Azure/data-api-builder/pull/1983#discussion_r1508613872_...

cli
config
Multiple mutations

PR https://github.com/Azure/data-api-builder/pull/2138 adds support for querying relationships that reference the same entity (self-join tables). Extend multiple create functionality to support relationships that reference itself. Some things to consider are: -...

Multiple mutations

Enabling deterministic builds appends the release branch's git commit ID to the assembly metadata. So running `dab --version` outputs the below ![image](https://user-images.githubusercontent.com/11196553/234464975-b8191a84-d936-4b2e-a781-ceaf7fbe638c.png) Displaying the git commit ID is unnecessary from...

There are a few reference config files checked-in in the `Service.Tests` directory. Whenever there is a change in the way CLI generates a config file, these reference config file needs...

good first issue