From f78e806200387a9232562456388f3021bb440fe4 Mon Sep 17 00:00:00 2001 From: Tom Miller Date: Wed, 18 Dec 2019 19:46:05 +0000 Subject: [PATCH 1/2] Test commit --- models/thelook.model.lkml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/models/thelook.model.lkml b/models/thelook.model.lkml index b990c9e..77cfd2e 100644 --- a/models/thelook.model.lkml +++ b/models/thelook.model.lkml @@ -62,12 +62,4 @@ explore: order_items { } } -explore: products { - join: distribution_centers { - type: left_outer - sql_on: ${products.distribution_center_id} = ${distribution_centers.id} ;; - relationship: many_to_one - } -} - explore: users {} From 97ab9cd65f400d1aa68ec3ddb55b9b1b957120ea Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 22 Apr 2020 20:43:58 +0100 Subject: [PATCH 2/2] Just something small --- models/thelook.model.lkml | 1 + 1 file changed, 1 insertion(+) diff --git a/models/thelook.model.lkml b/models/thelook.model.lkml index 77cfd2e..8aa4d6f 100644 --- a/models/thelook.model.lkml +++ b/models/thelook.model.lkml @@ -1,6 +1,7 @@ connection: "snowlooker" # include all the views +# SOme more stuff include: "/views/**/*.view" datagroup: thelook_default_datagroup {