Skip to content

Commit

Permalink
Merge pull request #18 from ankurkuchhal/main
Browse files Browse the repository at this point in the history
Update data_intelligence_ar.view.lkml
  • Loading branch information
jblawn authored Jan 12, 2023
2 parents 4d7182d + 55b3a68 commit 2ee4e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/data_intelligence_ar.view.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -669,4 +669,4 @@ view: data_intelligence_ar {
type: count
drill_fields: []
}
}
}

0 comments on commit 2ee4e8f

Please sign in to comment.