blob: 57070a8b0b99d98674c877df72ad6429d0828514 [file] [log] [blame]
########################
# Project: L4C Testing
# Author: Data Team
# Date: 04/19/2021
#######################
view: l4c_demo {
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 ;;
}
dimension: plugin_name {
description: "The name used to refer to the plugin in statements INSTALL PLUGIN and UNINSTALL PLUGIN."
view_label: "Plug-In"
label: "Name"
type: string
sql: ${TABLE}.PLUGIN_NAME ;;
}
}