mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 07:17:38 +00:00
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
![]() |
include: "views/recursive.view.lkml"
|
||
|
|
||
|
view: recursive_explore {
|
||
|
|
||
|
dimension: dim {
|
||
|
type: string
|
||
|
sql: ${TABLE}.name ;;
|
||
|
}
|
||
|
}
|