add explores to foo.model Change-Id: I0cacb213b02043841a045a0ca5fbcb12aab6e952
diff --git a/foo.model.lkml b/foo.model.lkml deleted file mode 100644 index 95b27a0..0000000 --- a/foo.model.lkml +++ /dev/null
@@ -1,3 +0,0 @@ -connection: "fdm_test" - -include: "/views/*.view.lkml" # include all views in the views/ folder in this project
diff --git a/hdeist-test.model.lkml b/hdeist-test.model.lkml new file mode 100644 index 0000000..03227d0 --- /dev/null +++ b/hdeist-test.model.lkml
@@ -0,0 +1,4 @@ +connection: "fdm_test" + +include: "/views/*.view.lkml" # include all views in the views/ folder in this project +include: "/explores/*.view.lkml" # include all views in the views/ folder in this project