Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 03:05 AM
@Kaizen
You've got three ways of doing this:
- Using REST API (https://docs.databricks.com/api/workspace/clusters/list),
- Using CLI (https://github.com/databricks/cli/blob/main/docs/commands.md#databricks-clusters-list---list-all-clu...)
- Using Python SDK (https://databricks-sdk-py.readthedocs.io/en/latest/workspace/compute/clusters.html#databricks.sdk.se...)