SHOW SERVICE CONTAINERS IN SERVICE 命令:输出中的新列¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the output of the SHOW SERVICE CONTAINERS IN SERVICE command includes the following new columns:
| Column name | Description |
|---|---|
| LAST_EXIT_CODE | 表示容器上次退出时的退出代码。如果服务容器过早退出,Snowflake 会重新启动该容器。 退出代码采用整数值的形式表示:
|
| LAST_RESTART_TIME | Provides the timestamp of the most recent restart of the container by Snowflake. NULL value indicates the container never restarted. |
参考:1787