project_b
Change-Id: I5614fc61cdfcbde91d0485aeea8b5b43812db73a
diff --git a/project_a_all_plugins.view.lkml b/project_a_all_plugins.view.lkml
deleted file mode 100644
index 618bc1f..0000000
--- a/project_a_all_plugins.view.lkml
+++ /dev/null
@@ -1,11 +0,0 @@
-view: project_a_all_plugins {
- 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: ${TABLE}.PLUGIN_NAME ;;
- }
-
-}
diff --git a/project_a_model.model.lkml b/project_a_model.model.lkml
deleted file mode 100644
index 1449de6..0000000
--- a/project_a_model.model.lkml
+++ /dev/null
@@ -1,5 +0,0 @@
-connection: "l4c_testing"
-
-include: "project_a_all_plugins.view.lkml"
-
-explore: project_a_all_plugins {}