blob: f0aeef680cb4ba3199007cb15f6eb4359005f2db [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 {
type: string
sql: ${TABLE}.PLUGIN_TYPE ;;
}
dimension: plugin_name {
type: string
sql: ${TABLE}.PLUGIN_NAME ;;
}
}