- Schema:
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:
Columns¶
Organization-level columns
| Column Name | Data Type | Description |
|---|---|---|
| ORGANIZATION_NAME | VARCHAR | Name of the organization. |
| ACCOUNT_LOCATOR | VARCHAR | System-generated identifier for the account. |
| ACCOUNT_NAME | VARCHAR | User-defined identifier for the account. |
Additional columns
| Column Name | Data Type | Description |
|---|---|---|
| SEMANTIC_VIEW_IMPORT_ID | NUMBER | Internal, Snowflake-generated identifier for the import entry. |
| SEMANTIC_VIEW_IMPORT_NAME | VARCHAR | Name of the import entry (system-generated). |
| SEMANTIC_VIEW_ID | NUMBER | Internal, Snowflake-generated identifier for the semantic view that contains the import. |
| SEMANTIC_VIEW_NAME | VARCHAR | Name of the semantic view that contains the import. |
| SEMANTIC_VIEW_SCHEMA_ID | NUMBER | Internal, Snowflake-generated identifier for the schema of the semantic view. |
| SEMANTIC_VIEW_SCHEMA_NAME | VARCHAR | Schema of the semantic view. |
| SEMANTIC_VIEW_DATABASE_ID | NUMBER | Internal, Snowflake-generated identifier for the database of the semantic view. |
| SEMANTIC_VIEW_DATABASE_NAME | VARCHAR | Database of the semantic view. |
| IMPORTED_SEMANTIC_VIEW_DATABASE_NAME | VARCHAR | Database of the imported semantic view. |
| IMPORTED_SEMANTIC_VIEW_SCHEMA_NAME | VARCHAR | Schema of the imported semantic view. |
| IMPORTED_SEMANTIC_VIEW_NAME | VARCHAR | Name of the imported semantic view. |
| FACTS_SELECTION | ARRAY | Facts selected by this import. NULL when the FACTS sub-clause is omitted. |
| DIMENSIONS_SELECTION | ARRAY | Dimensions selected by this import. NULL when the DIMENSIONS sub-clause is omitted. |
| METRICS_SELECTION | ARRAY | Metrics selected by this import. NULL when the METRICS sub-clause is omitted. |
| CREATED | TIMESTAMP_LTZ | Date and time the import entry was created. |
| LAST_ALTERED | TIMESTAMP_LTZ | Date and time the object was last altered by a DDL or background metadata operation. |
| DELETED | TIMESTAMP_LTZ | Date and time the import entry was deleted. |
Usage notes¶
- Latency for the view may be up to 24 hours.