SHOW 和 DESCRIBE 命令用于列表:输出中的新列¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
启用此行为变更捆绑包后,以下列表命令的输出会发生如下更改:
启用时,这些命令的输出包括以下新列:
| 列名称 | 数据类型 | 描述 |
|---|---|---|
| 分布 | VARCHAR | Defines where a listing’s data is distributed in relation to the organization. Possible values are EXTERNAL and INTERNAL. |
| is_mountless_queryable | BOOLEAN | Indicates whether the consumer can query the listing directly, without needing to retrieve (GET) the listing and create a local database in their account. If set to TRUE, the consumer can run queries directly on the data through the listing itself. |
| organization_profile_name | VARCHAR | The provider profile for an organization. For an organizational listing, this value is set to INTERNAL. |
| unified_listing_locator | VARCHAR | 表示将一个列表及其数据产品作为一个实体的唯一标识符。此值由提供商设置或由 Snowflake 生成。 |
参考:1756