Hi I am using Tableau Cloud and connected my MongoDB cluster to it using "MongoDB BI Connector" which was the only option for the cloud.
However, I can't see anything other than "INFORMATION_SCHEMA" and "mysql" from the database dropdown.
I tried using the commands from
https://www.mongodb.com/docs/bi-connector/master/schema/persist-schema/
(which I believe it was the cause of the generated "schemas" and "names" collection into my database)
and reconnect, but still no luck. I am using MacOS
P.S. I tried setting up Tableau Desktop with mongo JDBC setup -> MongoDB Atlas by MongoDB -> connect and it works, showing me my own database and collections, but i can't publish it online since the data is connected with jdbc setup, seems not working with Tableau Cloud.
actually, I got it working by setting the Sampling Rate from MongoDB Atlas cluster config. It was set to 0 which didn't update any data to Tableau.