I successfully installed databricks-connect and it works fine for me, but for some reasons, I want to use a local SparkSession , so just by running a SparkSeesion.builder.getOrCreate()
it will use the databricks cluster not a local session in my Laptop,
Any ideas please without creating a new virtualenv,
Thanks