Can i use Dataiku 11.4 to connect with Mongodb 6.0.1 ?
sampath
Registered Posts: 2 ✭✭✭
I am trying to connect Dataiku 11.4 with MongoDB 6.0.1 and it is throwing an error when I try to create a dataset. Connection test worked okay and I see in the documentation of Dataiku, that its only allowed to read/write to MongoDB 3.3 or below.
is there a way I can connect to my MongoDB 6.0.1 ?
Operating system used: CentOS8
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @sampath
,
Mongo 6 is not currently supported. This is recorded in the backlog you can look at the latest doc for any future updates - https://doc.dataiku.com/dss/latest/connecting/nosql/mongo.html
You may find some success using Pymongo from Python Recipe/Notebook. https://pymongo.readthedocs.io/en/stable/
Thanks