-
**Describe the bug**
MongoDB ran out of memory limit for $group and allowDiskUse is not passed.
**Expected behavior**
I expected it to work like normal
**Additional context**
```
[info…
-
### Connector Name
source-mongodb
### Connector Version
1.4.0
### What step the error happened?
During the sync
### Relevant information
**_Airbyte Version_** - 0.57.2
After few days of succ…
-
When I want to test my development using merge operator, this error occurs:
```
NotImplementedError: $setWindowFields is not a valid operator for the aggregation pipeline. See http://docs.mongod…
-
Starting with MongoDB 5.0 `$stdDevPop` & `stdDevSamp` operators can be used in more stages than just `$group`.
Full list available via:
https://docs.mongodb.com/manual/reference/operator/aggrega…
-
## CVE-2022-22980 - Critical Severity Vulnerability
Vulnerable Library - spring-data-mongodb-1.9.11.RELEASE.jar
MongoDB support for Spring Data
Library home page: http://www.spring.io
Path to depend…
-
Starting with MongoDB 5.0 the `$min` and `$max` operators can be used in more than just the `$group` stage.
See documentation for full list:
* https://docs.mongodb.com/manual/reference/operator/ag…
-
Doctrine\ODM\MongoDB\Aggregation\Stage we have all possible aggregation stages excapt two Stages:
1. $search
2. $searchMeta
Useful links:
https://www.mongodb.com/docs/atlas/atlas-search/query…
-
### Problem
Currently the OFF data is in a lot of different places (taxonomy files, MongoDB, STO files) which makes it difficult to perform queries across the data sets.
Aggregated queries against…
-
**For reference:**
1. https://www.mongodb.com/docs/manual/reference/operator/aggregation/toDate/
2. https://www.mongodb.com/docs/v5.2/reference/operator/aggregation/map/
-
### Feature Request
MongoDB v3.2 introduced $arrayElemAt as an Aggregation expression (among many others), which is very useful to filter for Arrays of Embedded documents at a given position, typic…