TRUST_CENTER 架构

In the SNOWFLAKE database, the TRUST_CENTER schema contains views that contain data about the Trust Center extensions.

TRUST_CENTER 视图

TRUST_CENTER 架构提供以下视图:

ViewNotes
EXTENSIONSData is retained for 14 days.

访问 TRUST_CENTER 架构中的视图

SNOWFLAKE.TRUST_CENTER_VIEWER 或 SNOWFLAKE.TRUST_CENTER_ADMIN 应用程序角色可以对此架构中的视图执行 SELECT 操作。

一般使用说明

  • The Snowflake-specific views are subject to change. Avoid selecting all columns from these views. Instead, select the columns that you want. For example, if you want the name column, use SELECT name, rather than SELECT *.

  • The rows that are returned in a query of a view depend on the privileges that are granted to the user’s current role. When you query a view in the TRUST_CENTER schema, only objects for which the current role is granted access privileges are returned.