Fact Table Column
The actual column name in the database/SQL query
The column's data type (can be an override of the warehouse-reported datatype, for JSON string columns for example).
number, string, date, boolean, json, binary, other, The warehouse-reported datatype.
number, string, date, boolean, json, binary, other, , currency, time:seconds, time:milliseconds, memory:bytes, memory:kilobytes For JSON columns, defines the structure of nested fields
Display name for the column (can be different from the actual column name)
10000Whether this column should always be included as an inline filter in queries
Whether this column can be used for auto slice analysis. This is an enterprise feature.
Specific slices to automatically analyze for this column.
Locked slices that are protected from automatic updates. These will always be included in the slice levels even if they're not in the top values query results.
Whether this is a virtual (computed) column defined by a SQL expression rather than detected from the fact table SQL. Can be set when creating a column, but a column's origin cannot be changed afterwards — sending a value that contradicts an existing column is rejected.
For virtual columns, the SQL expression that computes the column value. Only valid on a virtual column; when omitted from an update, the existing expression is preserved.
The most common values for this column, sampled from the warehouse to populate filter pickers and auto slices. Read-only.
When topValues was last refreshed for this column.

