-
[ERROR] >> MongoDB >> Failed to connect to MongoDB! >> Error: MongoServerError: bad auth : Authentication failed.
Exiting...
Unhandled promise rejection: Error [ShardingReadyDied]: Shard 0's process…
-
### Connector Name
source-mongodb
### Connector Version
1.5.12
### What step the error happened?
During the sync
### Relevant information
Airbyte version: 1.1.0
Connector version: 1.5.12
Hi! I…
-
### Summary of problem or feature request
Type mismatch when extending QueryDataTable
Type Illuminate\Contracts\Database\Query\Builder to MongoDB\Laravel\Query\Builder
### Code snippet of pr…
-
im not able to use mongodb in this code please help me
-
Write a script to pull the airtable data into mongodb.
```python
import os
from datetime import datetime
from dotenv import load_dotenv
from pyairtable import Api
from pymongo import MongoClient
from…
-
Do not use Mongo Atlas instant of that you can use Mongo Compass it give you data in more secured and instant way
-
### What problem will this feature address?
Not being able to easily add replication to mongodb which is required for example by prisma to do transactions
### Describe the solution you'd like
Addin…
-
Hi,
I have updated **schema.prisma** file with below code to connect with MongoDB but still not working
`datasource db {
provider = "mongodb" // other supported providers are: postgresql, mysq…
-
**Is your feature request related to a problem? Please describe.**
Yes, interactive embedding can not be used if you have one Mongo database for all your customers since row level security and column …
-
### Component(s)
receiver/mongodb
### Is your feature request related to a problem? Please describe.
The protocol is hardcoded as "mongodb", but sometimes it has to be "mongodb+srv".
### Describe …