fix
Change-Id: I1b0fd4162eed39b99e657d2f9397b9739aaa7d64
diff --git a/l4c_testing.model.lkml b/l4c_testing.model.lkml
new file mode 100644
index 0000000..94706c4
--- /dev/null
+++ b/l4c_testing.model.lkml
@@ -0,0 +1 @@
+connection: "l4c_testing"
diff --git a/project_c.model.lkml b/project_c.model.lkml
deleted file mode 100644
index 281b855..0000000
--- a/project_c.model.lkml
+++ /dev/null
@@ -1,5 +0,0 @@
-connection: "l4c_testing"
-
-include: "project_c.view.lkml"
-
-explore: project_c {}
diff --git a/project_c.view.lkml b/project_c.view.lkml
deleted file mode 100644
index 3391e36..0000000
--- a/project_c.view.lkml
+++ /dev/null
@@ -1,13 +0,0 @@
-view: project_c{
-  sql_table_name: information_schema.ALL_PLUGINS ;;
-  #
-  # Define your dimensions and measures here, like this:
-  dimension: plugin_name {
-    description: "Unique ID for each user that has ordered"
-    type: string
-    sql: CONCAT("Project C - ",${TABLE}.PLUGIN_NAME) ;;
-  }
-
-}
-
-## adding one line