blob: 6a88e728d10cb01100ae28f55cfb211d7029e64f [file] [log] [blame]
## Adding a new line
## lc4_testing Repo, project B only
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) ;;
}
}