Mongodb version

I’m running mongod 3.6 and I get this error when trying to view raw data:

Command failed with error 9: ‘The ‘cursor’ option is required, except for aggregate with the explain argument’ on server localhost:27017. The full response is { “ok” : 0.0, “errmsg” : “The ‘cursor’ option is required, except for aggregate with the explain argument”, “code” : 9, “codeName” : “FailedToParse” }

What can I do to make metabase support mongod 3.6?

Hi,

According to other posts it seems to work with MongoDB 3.0, 3.2 and 3.4.

The best would be if a new version of Metabase can support MongoDB 3.6.

/ Mikael

Hi,
We still see this issue with Mongo 3.6.1 and 3.4 version

Command failed with error 9: ‘The ‘cursor’ option is required, except for aggregate with the explain argument’ on server localhost:27017. The full response is { “ok” : 0.0, “errmsg” : “The ‘cursor’ option is required, except for aggregate with the explain argument”, “code” : 9, “codeName” : “FailedToParse” }

Looks like your prayers were heard 5 days ago a supposed fix was merged into the master branch: Mongodb 3.6 support · Issue #6599 · metabase/metabase · GitHub

Great if someone interested in Mongo can build and test from master - alternatively AFAIK an easy way to get the hands on this for testing at least is with the metabase/metabase-head Docker container

Any updates, I am still facing the same issues? Help …!!