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