commit | 866b5cfbc7d28044a5ee83e9cd3e595b4a130caa | [log] [tgz] |
---|---|---|
author | Stanley Yang <yangstanley@google.com> | Thu Sep 09 17:26:42 2021 +0000 |
committer | Stanley Yang <yangstanley@google.com> | Thu Sep 09 17:26:42 2021 +0000 |
tree | cd30446856a8b8bc880c407483e586bb8baedbee | |
parent | 32aa2b8c4b7e723c344933a8ffedd79eba8b9faf [diff] |
testing 123 Change-Id: I993ff6c730a416b9b5dcd2dc551ff11a2614650e
diff --git a/new_model_testing.model.lkml b/new_model_testing.model.lkml index 149780d..8830410 100644 --- a/new_model_testing.model.lkml +++ b/new_model_testing.model.lkml
@@ -4,3 +4,5 @@ include: "testing.view.lkml" include: "testing_12.view.lkml" + +explore: testing_12 {}
diff --git a/testing_12.view.lkml b/testing_12.view.lkml index a22bedd..f040b21 100644 --- a/testing_12.view.lkml +++ b/testing_12.view.lkml
@@ -12,7 +12,7 @@ } dimension: value { - type: yesno + type: string sql: ${TABLE}.value ;; }