view: int_dbt_prod_lmcp_assigned_labels { sql_table_name:"INTELLIGENCE"."DBT_PROD_LABEL_MANAGER_CONTROL_PANEL"."LM_CONTROL_PANEL_ASSIGNED_LABELS";; dimension: Label_manager{ label:"Label Manager" type: string sql:${TABLE}.Label_manager;; } dimension: Is_active{ label:"Is Active" type: string sql:${TABLE}.Is_active;; } measure: Number_of_labels{ label:"Number of Labels" type: sum sql:${TABLE}.Number_of_labels;; } }