hello world

Change-Id: Iec147a2e9a9a6df3eb904a0ee3a53413ccafa5f8
diff --git a/test.view.lkml b/test.view.lkml
index e702e32..df38145 100644
--- a/test.view.lkml
+++ b/test.view.lkml
@@ -2,4 +2,8 @@
 
   sql_table_name: hello.world ;;
 
+  dimension: test {
+    sql: ${TABLE}.test ;;
+  }
+
   }