view: uli { | |
# # You can specify the table name if it's different from the view name: | |
sql_table_name: `irvine-sbx.fdm.uli` ;; | |
# | |
# # Define your dimensions and measures here, like this: | |
dimension: partition_date { | |
label: "partition_date" | |
type: string | |
sql: ${TABLE}.partition_date ;; | |
} | |
} |