view: int_awal_historical_datasets_temp_awal_weekly_spotify_playlist_adds { sql_table_name: AWAL.AWAL_FINANCE.AWAL_WEEKLY_SPOTIFY_PLAYLIST_ADDS ;; dimension: NUM { type: string sql: ${TABLE}.NUM ;; } dimension: LABEL_SERVICE_AGREEMENT_TYPE { type: string sql: ${TABLE}.LABEL_SERVICE_AGREEMENT_TYPE;; } dimension: TIER { type: string sql: ${TABLE}.TIER ;; } dimension: WEEK { type: date sql: ${TABLE}.WEEK ;; }#date measure: CURRENT_ADDS { type: sum sql: ${TABLE}.CURRENT_ADDS ;; } }