blob: f8686c56e07fb9cb6d936691bdd5951019af00cb [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) ;;
}
}
## adding a new line by SY