by
Unimog
• New Contributor III
- 793 Views
- 2 replies
- 1 kudos
I have a Databricks Dashboard that contains several choropleth maps. They all stopped working today. I can see a background image, but no data is represented on them. The dataset seems ok and the visualizations don't show any errors. I don't see ...
- 793 Views
- 2 replies
- 1 kudos
Latest Reply
Glad to hear you figured it out. Appreciate you updating the thread with the fix, @Unimog!
1 More Replies
- 4748 Views
- 4 replies
- 3 kudos
I followed the official Databricks documentation("https://docs.databricks.com/en/_extras/notebooks/source/mongodb.html")to integrate MongoDB Atlas with Spark by setting up the MongoDB Spark Connector and configuring the connection string in my Datab...
- 4748 Views
- 4 replies
- 3 kudos
Latest Reply
Hi @vidya_kothavale ,Could you try to change "spark.mongodb.input.uri" to following?spark.read.format("mongodb").option("spark.mongodb.read.connection.uri"
3 More Replies