commit | 6402e60e0559b8902d34b599666b83d2ad26fb2a | [log] [tgz] |
---|---|---|
author | Stanley Yang <yangstanley@google.com> | Thu Sep 16 16:45:03 2021 +0000 |
committer | Stanley Yang <yangstanley@google.com> | Thu Sep 16 16:45:03 2021 +0000 |
tree | f12576ed2fa452d4ce1b061c11077db4ccec6fa9 | |
parent | 67ed86337786190a0f9b0185dc399d131f80ea89 [diff] |
adding new_feature new_feature Change-Id: I94fd14b5a60b9e1556981922ac5529c561d8caff
diff --git a/big_feature.view.lkml b/big_feature.view.lkml index c02d750..aef0ba0 100644 --- a/big_feature.view.lkml +++ b/big_feature.view.lkml
@@ -11,6 +11,7 @@ SELECT 'big_feature' AS value UNION ALL SELECT 'big_feature 1' AS value UNION ALL SELECT 'new_feature' AS value + UNION ALL SELECT 'new_feature new_feature' AS value ;; }