SEMANTIC_DIMENSIONS view

This Information Schema view displays a row for each dimension in a semantic view in the specified (or current) database.

See also:

SEMANTIC_DIMENSIONS view (Account Usage)

Columns

Column nameData typeDescription
semantic_view_catalogVARCHARDatabase to which the semantic view belongs.
semantic_view_schemaVARCHARSchema to which the semantic view belongs.
semantic_view_nameVARCHARName of the semantic view.
table_nameVARCHARName of the semantic table the dimension belongs to.
nameVARCHARName of the dimension.
data_typeVARCHARData type of the dimension expression.
expressionVARCHARThe SQL expression used to calculate the dimension.
synonymsARRAY(VARCHAR)List of the synonyms for the dimension.
commentVARCHARDescription of the dimension.
cortex_search_service_database_nameVARCHARName of the database containing the Cortex Search Service that the dimension uses.
cortex_search_service_schema_nameVARCHARName of the schema containing the Cortex Search Service that the dimension uses.
cortex_search_service_nameVARCHARName of the Cortex Search Service that the dimension uses.
cortex_search_service_column_nameVARCHARName of the column that the Cortex Search Service allows you to search on, if the dimension uses a Cortex Search Service.