delete everything
diff --git a/explores/.gitkeep b/explores/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/explores/.gitkeep +++ /dev/null
diff --git a/explores/uli_explore.view.lkml b/explores/uli_explore.view.lkml deleted file mode 100644 index 58bb4fa..0000000 --- a/explores/uli_explore.view.lkml +++ /dev/null
@@ -1,3 +0,0 @@ -include: "/views/*.view.lkml" - -explore: uli {}
diff --git a/foo.md b/foo.md deleted file mode 100644 index d847017..0000000 --- a/foo.md +++ /dev/null
@@ -1,5 +0,0 @@ -# Foo - -Put your documentation here! Your text is rendered with [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown). - -Click the "Edit Source" button above to make changes.
diff --git a/hdeist-test.model.lkml b/hdeist-test.model.lkml deleted file mode 100644 index 03227d0..0000000 --- a/hdeist-test.model.lkml +++ /dev/null
@@ -1,4 +0,0 @@ -connection: "fdm_test" - -include: "/views/*.view.lkml" # include all views in the views/ folder in this project -include: "/explores/*.view.lkml" # include all views in the views/ folder in this project
diff --git a/hello.txt b/hello.txt deleted file mode 100644 index ce01362..0000000 --- a/hello.txt +++ /dev/null
@@ -1 +0,0 @@ -hello
diff --git a/views/.gitkeep b/views/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/views/.gitkeep +++ /dev/null
diff --git a/views/uli.view.lkml b/views/uli.view.lkml deleted file mode 100644 index 77a97f8..0000000 --- a/views/uli.view.lkml +++ /dev/null
@@ -1,11 +0,0 @@ -view: uli { - # # You can specify the table name if it's different from the view name: - sql_table_name: `irvine-sbx.fdm.uli` ;; - # - # # Define your dimensions and measures here, like this: - dimension: partition_date { - label: "partition_date" - type: string - sql: ${TABLE}.partition_date ;; - } -}