Is there an ETA on when the Spark Connector will be working with Spark 3.5?

Hi Sean,
I agree that the Databricks docs are outdated and mention “mongo” but I that my team is running into.

dataFrame.write.format(“mongo”).mode(“append”)…
This call is depricated. It is the old syntax that uses the 3.x connector. The docs from Mongo are here: https://www.mongodb.com/docs/spark-connector/v3.0/python/read-from-mongodb/

We are using: dataFrame.write.format(“mongodb”).mode(“append”)…
Because that call uses the new connector that has better support for spark streaming.
The announcement for the change is here.
Introducing the Newest Version of the MongoDB Spark Connector | MongoDB Blog