commit | 301d2041442334269645f5175e44bec3bf6e2e92 | [log] [tgz] |
---|---|---|
author | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 06:01:48 2021 +0000 |
committer | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 06:01:48 2021 +0000 |
tree | 18230575e8b4030058ebc7c601cb28d6b6bc336f | |
parent | 6b893fa8507936a8a223207c6a7c7744adf9398e [diff] |
adding a plugin-type Change-Id: I28a3e824e7e376e3fac2f966c68c45cf46af4aea
diff --git a/l4c_demo.view.lkml b/l4c_demo.view.lkml index 851c2dd..f0aeef6 100644 --- a/l4c_demo.view.lkml +++ b/l4c_demo.view.lkml
@@ -8,6 +8,11 @@ sql_table_name: information_schema.ALL_PLUGINS ;; + dimension: plugin_type { + type: string + sql: ${TABLE}.PLUGIN_TYPE ;; + } + dimension: plugin_name { type: string sql: ${TABLE}.PLUGIN_NAME ;;