azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.
Using Java 17 and Spring 3.2.2 with `spring-cloud-azure-starter-data-cosmos`, queries like `findAllByPrincipalAndTypeInAndTimestampGreaterThanEqualOrderByTimestampAsc` fail with error message: ` com.azure.cosmos.CosmosException: {"innerErrorMessage":"Index does not have options 16, StatusCode: InternalServerError"...}` The Spring Data Repository is...
Hi, I'm trying to use the cosmos db linux container using docker compose without success. Here is my test scenario: I have a dotnet web api and the vnext emulator,...
**Describe the bug** The new linux emulator (cosmosEmulatorVnextPreview) is unable to execute queries that compare document properties. These queries work fin in Windows version of emulator **To Reproduce** Steps to...
**Describe the bug** The vNext Azure Cosmos DB Emulator does not support the inequality operator **To Reproduce** Steps to reproduce the behavior: 1. Bring up the vNext Azure Cosmos DB...
**Is your feature request related to a problem? Please describe.** Missing feature support for Query with order by strings (not yet implemented). **Describe the solution you'd like** Would like this...
**Describe the bug** After setting up the emulator using the instructions outlined [here](https://devblogs.microsoft.com/cosmosdb/introducing-the-new-linux-based-azure-cosmos-db-emulator-preview/), creating a database and a container, when I try to create an item containing a string with...
**Describe the bug** Python SDK broken since newest update on vnext-preview tag. Create container operation fails with the error ``` URL has an invalid label. ``` **To Reproduce** Steps to...
Because I was asked to open a new issue if this is still needed, here it is: > Unfortunately no. > ``` > Microsoft.Azure.Cosmos.CosmosException > Response status code does not...
**Describe the bug** ItemQueyLinqInterator doesn't support false booleans with dotnet SDK. If you run _container.GetItemLinqQueryable() .Where(c => !c.isHappy); the SDK will produce the following query: SELECT VALUE root FROM root...
**Is your feature request related to a problem? Please describe.** We currently uses change feed features in CosmosDB cloud service and we wanted to validate our tests againts a local...