mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +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: []
|
||
|
}
|
||
|
}
|