view: int_dbt_prod_source_breakdown { sql_table_name: "INTELLIGENCE"."DBT_PROD"."SOURCE_BREAKDOWN" ;; dimension: CORE_MARKETS { label: "CORE MARKETS" description: "Core Markets" type: string sql: ${TABLE}.CORE_MARKETS ;; } measure: STREAMS { label: "Streams" description: "Streams" type: sum sql: ${TABLE}.STREAMS ;; } dimension: source_type_group_1 { label: "source type group" description: "source type group" type: string sql: ${TABLE}.source_type_group_1;; } }