new_project_testing Change-Id: I094c94926d32087c169267a2be62acef50468525
diff --git a/new_testing_project.model.lkml b/new_testing_project.model.lkml deleted file mode 100644 index f0fc53c..0000000 --- a/new_testing_project.model.lkml +++ /dev/null
@@ -1,12 +0,0 @@ -connection: "l4c_testing" # bare repo - -include: "test.view.lkml" # include all views in the views/ folder in this project - - -### testing -### testing -### testing -### testing -### testing - -## chang 123
diff --git a/test.view.lkml b/test.view.lkml index 1c7f356..e702e32 100644 --- a/test.view.lkml +++ b/test.view.lkml
@@ -1 +1,5 @@ -view: test { } +view: test { + + sql_table_name: hello.world ;; + + }