mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 21:03:48 +00:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
include: "views/recursive.view.lkml"
|
|
|
|
view: recursive_call {
|
|
|
|
dimension: dim2 {
|
|
type: string
|
|
sql: ${TABLE}.name ;;
|
|
}
|
|
}
|