commit | faaf99845d7b1b66e7242e3de38fbbeedf748264 | [log] [tgz] |
---|---|---|
author | Stanley Yang <yangstanley@google.com> | Thu Sep 16 07:31:13 2021 +0000 |
committer | Stanley Yang <yangstanley@google.com> | Thu Sep 16 07:31:13 2021 +0000 |
tree | b1a7ebf94ce07e6b6b4eb9fe61656360afb9928e | |
parent | c8a3099ffa9c2d8b496ca73072ce5040487d204e [diff] |
adding fast_feature 2 Change-Id: I19db8f0dfa9e4f11854618c279c0bbef26f38a1f
diff --git a/fast_changes.view.lkml b/fast_changes.view.lkml index 824a3e8..fa1733f 100644 --- a/fast_changes.view.lkml +++ b/fast_changes.view.lkml
@@ -4,6 +4,7 @@ sql: SELECT 'fast changes' AS value UNION ALL SELECT 'fast changes 1' AS value + UNION ALL SELECT 'fast changes 2' AS value ;; }