Hi,
I have a shared cluster created on databricks which uses 15.4 runtime.
I dont want to enable the unity catalog for this cluster.
Previously I used python 3.9.13 version to connect to 11.3 cluster using databricks connect 11.3
Now my company has restricted python 3.9 and we must use python 3.12.
I have installed databricks-connect 15.4 and using python 3.12.
when i do databricks-connect test , I get the below error:
pyspark.errors.exceptions.connect.SparkConnectGrpcException: BAD_REQUEST: SingleClusterComputeMode(xxx-xxxx-xxxxx) is not Shared or Single User Cluster. (requestId=dcd4fa22-5cf5-4a42-9e52-c03058f7c32b)
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1739548060.674965 22836 init.cc:232] grpc_wait_for_shutdown_with_timeout() timed out.
Please help me to fix this error or alternative solution to work with python 3.12 and databricks-connect using vs code without unity catalog enabled