mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-16 13:50:14 +00:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
connection: "my_other_connection"
|
|
include: "**/*.view.lkml"
|
|
|
|
explore: aliased_explore2 {
|
|
from: my_view2
|
|
}
|
|
|
|
explore: duplicate_explore {
|
|
from: my_view
|
|
} |