| view: uli_view { | |
| sql_table_name: `irvine-sbx.fdm.uli` ;; | |
| dimension: partition_date { | |
| type: string | |
| sql: ${TABLE}.partition_date ;; | |
| } | |
| dimension: service_id { | |
| type: string | |
| sql: ${TABLE}.service_id ;; | |
| } | |
| dimension: usage_date { | |
| type: date | |
| datatype: date | |
| sql: ${TABLE}.usage_date ;; | |
| } | |
| dimension: zork { | |
| type: string | |
| sql: 'zork' ;; | |
| } | |
| measure: count { | |
| type: count | |
| } | |
| } |