blob: 5283fe2acb8463c5159ea3f9e721e0fe4cf4327b [file] [log] [blame]
view: project_b_all_plugins {
sql_table_name: information_schema.ALL_PLUGINS ;;
#
# Define your dimensions and measures here, like this:
dimension: plugin_name {
description: "Unique ID for each user that has ordered"
type: string
sql: CONCAT("Project B - ",${TABLE}.PLUGIN_NAME) ;;
}
}