blob: e57983c35bce1a21c9b564a38dd0961955b93ff1 [file] [log] [blame]
## adding a new line ==> merge conflict
## 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