Skip to main content
dim_data_dictionary describes every table and column SourceMedium delivers to your warehouse, including this one. Use it to check which tables you have, whether they are fresh, and what a column means before you write SQL.
  • Grain: One row per column per table.
  • Refreshes: With every data refresh, so freshness flags reflect the latest run.
  • Sample values: column_sample_min, column_sample_max, and categorical_value_distribution come from your own data. They are there so you can find the exact filter strings a column uses without guessing.

Example query

Which tables have data, and when did each last receive it:
The values a categorical column actually holds, for example sm_channel on obt_orders:

Columns