ClusterType table¶
The table ClusterType contains data about the different types of cluster - Databricks, Hadoop, etc.-. It is used to provide to Sidra Manager UI additional information about the cluster configured in the system for each DSU.
| Column | Description | Format | Required |
|---|---|---|---|
| Id | ClusterType identifier | tinyint | Yes |
| ClusterTypeName | Name of the cluster type, e.g. Databricks | varchar(20) | Yes |
| ClusterTypeDescription | Description of the cluster type | nvarchar(200) |