creating demo Change-Id: Ic184d7a48b4f9b8c997f91b8f963b58a93d3a6c7
diff --git a/demo_model.model.lkml b/demo_model.model.lkml new file mode 100644 index 0000000..94706c4 --- /dev/null +++ b/demo_model.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