commit | 3b3bf842662bd119a3462c6ea2e4ee77ab178ccf | [log] [tgz] |
---|---|---|
author | Henry Deist <hdeist@google.com> | Fri Apr 22 17:56:38 2022 +0000 |
committer | Henry Deist <hdeist@google.com> | Fri Jul 29 19:06:47 2022 +0000 |
tree | 7a6495c0b8a71f84abf86cc2aa2a5d7a0e8e7cd4 | |
parent | 661debed69bb5976ee19a25d32ac08298a99c687 [diff] |
add dashboard to model
diff --git a/hdeist-test-model.model.lkml b/hdeist-test-model.model.lkml index 2aad0c2..8a7a4d8 100644 --- a/hdeist-test-model.model.lkml +++ b/hdeist-test-model.model.lkml
@@ -11,3 +11,5 @@ include: "explores/*.view.lkml" label: "Cloud Sales BI" + +include: "*.dashboard.lookml"
diff --git a/test_dashboard.dashboard.lookml b/test_dashboard.dashboard.lookml index 2ee7eb7..b6ae1e5 100644 --- a/test_dashboard.dashboard.lookml +++ b/test_dashboard.dashboard.lookml
@@ -7,5 +7,5 @@ filters: elements: - - name: hello_world - type: looker_column + - name: Some Element Name + type: text