From f0fe0273f59d50ca4cb5d469764c121e78f1d8c8 Mon Sep 17 00:00:00 2001 From: Catalin Tomai Date: Thu, 11 Jul 2024 15:45:07 +0100 Subject: [PATCH] adding dimension --- models/product.model.lkml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/models/product.model.lkml b/models/product.model.lkml index 4da10001..c2a3a47f 100644 --- a/models/product.model.lkml +++ b/models/product.model.lkml @@ -194,6 +194,11 @@ explore: fct_feature_daily_snapshot { sql_on: ${fct_feature_daily_snapshot.server_id} = ${dim_excludable_servers.server_id} ;; } + join: dim_server_info { +    relationship: many_to_one +    type: full_outer +    sql_on: ${fct_feature_daily_snapshot.server_id} = ${dim_server_info.server_id} ;; +  } join: dim_cloud_customers { relationship: many_to_one