view: int_dbt_prod_awal_basic_takedowns_model { sql_table_name: INTELLIGENCE.DBT_PROD.AWAL_BASIC_TAKEDOWNS_MODEL ;; dimension: tier { view_label: "Tier" type: string sql: ${TABLE}.tier ;; } dimension: ip_id { view_label: "IP" type: string sql: ${TABLE}.ip_id ;; } dimension: artist_id { view_label: "Artist" type: string sql: ${TABLE}.artist_id ;; } dimension: exploitation { view_label: "Exploitation" type: string sql: ${TABLE}.exploitation ;; } dimension: nod_date { view_label: "Date" type: date sql: ${TABLE}.nod_date ;; } }