commit | 315248845a3c7fb81d24319063b4c3f01703f811 | [log] [tgz] |
---|---|---|
author | Stanley Yang <yangstanley@google.com> | Fri Sep 10 23:57:22 2021 +0000 |
committer | Stanley Yang <yangstanley@google.com> | Fri Sep 10 23:57:22 2021 +0000 |
tree | 4db6fe38d11c0eeb6479fc3f5ebcdaf10b034492 | |
parent | 6ff74b9e1d2795b8e5fc685be9527a08b18e676a [diff] |
adding fast changes Change-Id: Ifa80ab569ef3c9b977b9605bcccdbf293459136b
diff --git a/fast_changes.view.lkml b/fast_changes.view.lkml index baabb4b..fa1733f 100644 --- a/fast_changes.view.lkml +++ b/fast_changes.view.lkml
@@ -2,7 +2,9 @@ derived_table: { sql: - SELECT 'fast changes' AS value + SELECT 'fast changes' AS value + UNION ALL SELECT 'fast changes 1' AS value + UNION ALL SELECT 'fast changes 2' AS value ;; }