From d51ea0a14003863dd1b472a1eecfbdaccf97acf6 Mon Sep 17 00:00:00 2001 From: Anna Serova Date: Thu, 14 Oct 2021 16:14:03 -0700 Subject: [PATCH] Update insights_demo.model.lkml --- insights_demo.model.lkml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/insights_demo.model.lkml b/insights_demo.model.lkml index e31b283..07cc942 100644 --- a/insights_demo.model.lkml +++ b/insights_demo.model.lkml @@ -1,8 +1,8 @@ connection: "@{CONNECTION_NAME}" # include all the views -include: "/views/**/*.view" -include: "/refinements/**/*.view" +include: "/views/**/*.view" # Include All Views +include: "/dashboards/*.dashboard.lookml" # Include All Dashboards datagroup: insights_default_datagroup { # sql_trigger: SELECT MAX(id) FROM etl_log;;