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 ;;
   }