1

When someone is connected to the Databricks cluster , I can see in Clusters details that the certain cluster is active and there are some notebooks attached. But when I'm using the cluster with databricks-connect, cluster is not running.

Is there a way to check if someone is connected to the cluster with databricks-connect?

Riva Dan
  • 47
  • 6

1 Answers1

1

You can see that in the Spark UI of the cluster, in the Jobs tab, in the description of the executed job you will see message like: DB Connect execution from <user-name>

Alex Ott
  • 80,552
  • 8
  • 87
  • 132