blob: 26ef5208b31134e3e2c4919b7488306eff0ef677 [file] [log] [blame]
########################
# Purpose: L4C Testing
# Author: Data Team
# Date: 05/24/2021
#######################
view: l4c_demo {
sql_table_name: analysis.users ;;
dimension: is_plugin_name_archive {
description: "Returns yes if the plugin name is archive"
type: yesno
sql: ${plugin_name} = "ARCHIVE" ;;
}
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 ;;
}
dimension: plugin_type {
description: "The type of plugin, such as STORAGE ENGINE, INFORMATION_SCHEMA, or AUTHENTICATION."
type: string
sql: ${TABLE}.PLUGIN_TYPE ;;
}
}
## Not Hello
## Not Hello
## Not Hello
## hello
## hello
## Not Hello
## Not Hello
## Not Hello