OpenMetadata/ingestion/tests/unit/resources/lkml/recursive.explore.lkml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
133 B
Plaintext
Raw Permalink Normal View History

2023-07-03 07:25:08 +02:00
include: "views/recursive.view.lkml"
view: recursive_explore {
dimension: dim {
type: string
sql: ${TABLE}.name ;;
}
}