From 55b3a68682715518dedaec1d87810c88356fc5c6 Mon Sep 17 00:00:00 2001 From: ankurkuchhal <115291585+ankurkuchhal@users.noreply.github.com> Date: Thu, 12 Jan 2023 19:57:28 +0530 Subject: [PATCH] Update data_intelligence_ar.view.lkml Change the BQ view name to AccountingDocumentsReceivable --- views/data_intelligence_ar.view.lkml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/data_intelligence_ar.view.lkml b/views/data_intelligence_ar.view.lkml index f9805cd6..0362d2c9 100644 --- a/views/data_intelligence_ar.view.lkml +++ b/views/data_intelligence_ar.view.lkml @@ -2,7 +2,7 @@ view: data_intelligence_ar { # The sql_table_name parameter indicates the underlying database table # to be used for all fields in this view. - sql_table_name: `@{GCP_PROJECT}.@{REPORTING_DATASET}.AccountingDocumentsReceivables` + sql_table_name: `@{GCP_PROJECT}.@{REPORTING_DATASET}.AccountingDocumentsReceivable` ;; # No primary key is defined for this view. In order to join this view in an Explore, # define primary_key: yes on a dimension that has no repeated values. @@ -669,4 +669,4 @@ view: data_intelligence_ar { type: count drill_fields: [] } -} \ No newline at end of file +}