commit | 9c10613d3b659682048714bfdf5427757208199a | [log] [tgz] |
---|---|---|
author | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 16:42:17 2021 +0000 |
committer | L4C-Repo Testing V2 <l4c@testing.com> | Tue Apr 20 16:42:17 2021 +0000 |
tree | ea6dfb2abe94be01cf1236af204694fdd61614b8 | |
parent | 9faaa7ff279b3d33744980e28d30b5390c475843 [diff] |
adding formal description of plugin type Change-Id: I92ee491f3f74e6ef84f901eb0feaba4753e5d056
diff --git a/l4c_demo.view.lkml b/l4c_demo.view.lkml index 88c84d7..57070a8 100644 --- a/l4c_demo.view.lkml +++ b/l4c_demo.view.lkml
@@ -9,6 +9,7 @@ sql_table_name: information_schema.ALL_PLUGINS ;; dimension: plugin_type { + description: "The type of plugin, such as STORAGE ENGINE, INFORMATION_SCHEMA, or AUTHENTICATION." type: string sql: ${TABLE}.PLUGIN_TYPE ;; }