Schema:

ORGANIZATION_USAGE

For guidance on query performance when using organization-wide usage views, see Performance (Organization Usage).

SEMANTIC_VIEW_IMPORTS view

Important

This view is only available in the organization account. For more information, see Premium views in the organization account.

Organization Usage performance

When you query a specific view in the SNOWFLAKE.ORGANIZATION_USAGE schema, follow the organization-wide guidance in Performance (Organization Usage): bound every scan on history views, list columns explicitly, and use the time filter column table plus worked SQL and anti-patterns there.

This Organization Usage view displays a row for each import entry in a semantic view that uses the IMPORTS clause to compose with another semantic view.

See also:

SEMANTIC_VIEW_IMPORTS view

Columns

Organization-level columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_LOCATORVARCHARSystem-generated identifier for the account.
ACCOUNT_NAMEVARCHARUser-defined identifier for the account.

Additional columns

Column NameData TypeDescription
SEMANTIC_VIEW_IMPORT_IDNUMBERInternal, Snowflake-generated identifier for the import entry.
SEMANTIC_VIEW_IMPORT_NAMEVARCHARName of the import entry (system-generated).
SEMANTIC_VIEW_IDNUMBERInternal, Snowflake-generated identifier for the semantic view that contains the import.
SEMANTIC_VIEW_NAMEVARCHARName of the semantic view that contains the import.
SEMANTIC_VIEW_SCHEMA_IDNUMBERInternal, Snowflake-generated identifier for the schema of the semantic view.
SEMANTIC_VIEW_SCHEMA_NAMEVARCHARSchema of the semantic view.
SEMANTIC_VIEW_DATABASE_IDNUMBERInternal, Snowflake-generated identifier for the database of the semantic view.
SEMANTIC_VIEW_DATABASE_NAMEVARCHARDatabase of the semantic view.
IMPORTED_SEMANTIC_VIEW_DATABASE_NAMEVARCHARDatabase of the imported semantic view.
IMPORTED_SEMANTIC_VIEW_SCHEMA_NAMEVARCHARSchema of the imported semantic view.
IMPORTED_SEMANTIC_VIEW_NAMEVARCHARName of the imported semantic view.
FACTS_SELECTIONARRAYFacts selected by this import. NULL when the FACTS sub-clause is omitted.
DIMENSIONS_SELECTIONARRAYDimensions selected by this import. NULL when the DIMENSIONS sub-clause is omitted.
METRICS_SELECTIONARRAYMetrics selected by this import. NULL when the METRICS sub-clause is omitted.
CREATEDTIMESTAMP_LTZDate and time the import entry was created.
LAST_ALTEREDTIMESTAMP_LTZDate and time the object was last altered by a DDL or background metadata operation.
DELETEDTIMESTAMP_LTZDate and time the import entry was deleted.

Usage notes

  • Latency for the view may be up to 24 hours.