blob: 8605823e0c033d63c5baff8212cc2703c91c20b1 [file] [log] [blame] [edit]
########################
# Purpose: L4C Testing
# Author: Data Team
# Date: 05/24/2021
#######################
view: testing_12 {
derived_table: {
sql:
SELECT 'big_changes' AS value
UNION ALL
SELECT 'google.business.gke.CloudLoggingInsight' AS value
UNION ALL
SELECT 'google.business.gke' AS value
UNION ALL
SELECT 'google.business' AS value
UNION ALL
SELECT 'branch: hhhh' AS value
UNION ALL
SELECT 'dev-stanley' AS value
;;
}
dimension: value {
type: string
sql: ${TABLE}.value ;;
}
}