DESC COMPUTE POOL command: New columns in output and deprecation of SYSTEM$GET_ COMPUTE_ POOL_ STATUS¶
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
DESC COMPUTE POOL command: New columns in output¶
When this behavior change bundle is enabled, the output of the DESCRIBE COMPUTE POOL command includes the following new columns:
| Column name | Description |
|---|---|
| ERROR_CODE | Error code, if any, relevant to the STATUS_MESSAGE. Otherwise, this field is empty. For example, when you resize a compute pool:
Note that the capacity error indicates the instance type you requested for your compute pool node is currently not available with the cloud provider. You can either wait for the capacity to become available or choose another instance type.
|
| STATUS_MESSAGE | Optional message about the status of the compute pool. For example:
|
Deprecation of the SYSTEM$GET_ COMPUTE_ POOL_ STATUS function¶
The SYSTEM$GET_COMPUTE_POOL_STATUS function returns a JSON object that contains the same information that is in the two new columns (the compute pool status and a message relevant to the status.). Because the output of the DESC COMPUTE POOL command provides this information, the SYSTEM$GET_COMPUTE_POOL_STATUS function will be deprecated in the near future.
Ref: 1594