Closed eavanvalkenburg closed 1 week ago
Should we add an integration test case that test inserting multiple records across partitions?
Python Test Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
2906 | 4 :zzz: | 0 :x: | 0 :fire: | 1m 13s :stopwatch: |
Motivation and Context
Adds the search functions for Cosmos DB NoSQL.
Closes #6835
Description
Adds the search pieces and turns out the upsert cannot work cross partition key with execute batch, so refactored to using gather(upsert).
Contribution Checklist