view: dt_isrc_registry { sql_table_name: INTELLIGENCE.DBT_PROD.DT_ISRC_REGISTRY ;; dimension: isrc { type: string sql: ${TABLE}.isrc ;; primary_key: yes hidden: yes } dimension: isrc_in_registry { type: yesno group_label: "Master Rights" sql: IFF(${TABLE}.isrc IS NULL, FALSE, TRUE) ;; } }