include: "//hdeist-fdm/uli_explore.explore" | |
view: pru { | |
derived_table : { | |
persist_for: "24 hours" | |
explore_source: uli_view { | |
column: partition_date { | |
field: uli_view.partition_date | |
} | |
column: usage_date { | |
field: uli_view.usage_date | |
} | |
column: zork { | |
field: uli_view.zork | |
} | |
} | |
} | |
dimension: partition_date { | |
type: string | |
sql: ${TABLE}.partition_date ;; | |
} | |
dimension: usage_date { | |
type: string | |
sql: ${TABLE}.usage_date ;; | |
} | |
dimension: zork { | |
type: string | |
sql: ${TABLE}.zork ;; | |
} | |
} |