1. 학습
  2. /
  3. 강의
  4. /
  5. Databricks with the Python SDK

Connected

연습 문제

Listing Databricks clusters

Databricks clusters are a set of virtual computers hosted in the Databricks platform that allow you to run Databricks jobs and notebooks. Similar to the jobs API, the clusters API of the WorkspaceClient exposes a .list() function that lists all clusters in the authenticated workspace.

지침

100 XP
  • Iterate through all clusters.
  • Print the cluster id for each cluster.