mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 01:40:00 +00:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
include: "views/recursive_call.view.lkml"
|
|
|
|
view: recursive {
|
|
|
|
dimension: dim {
|
|
type: string
|
|
sql: ${TABLE}.name ;;
|
|
}
|
|
}
|