commit | c36c5f054109296a8635c7a688e5de77c9e3b854 | [log] [tgz] |
---|---|---|
author | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 05:37:12 2021 +0000 |
committer | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 05:37:12 2021 +0000 |
tree | 71112e155b46d5ce805f860579e3dd5c6f144838 | |
parent | 64aad4080548cf1869e392837a0d5334ea213cef [diff] |
adding a sql table and dimension Change-Id: I998572d3c99a5b9cc812ae30117f95d580860400
diff --git a/l4c_demo.view.lkml b/l4c_demo.view.lkml index 0125d7e..851c2dd 100644 --- a/l4c_demo.view.lkml +++ b/l4c_demo.view.lkml
@@ -6,4 +6,11 @@ view: l4c_demo { + sql_table_name: information_schema.ALL_PLUGINS ;; + + dimension: plugin_name { + type: string + sql: ${TABLE}.PLUGIN_NAME ;; + } + }