mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
view: ability {
|
|
sql_table_name: "ECOMMERCE"."ABILITY"
|
|
;;
|
|
|
|
dimension: pk {
|
|
type: number
|
|
sql: ${TABLE}."PK" ;;
|
|
}
|
|
|
|
measure: count {
|
|
type: count
|
|
drill_fields: []
|
|
}
|
|
}
|