blob: a0fa88e2a494962bed5c0f742bea668fd26a4e16 [file] [log] [blame] [edit]
########################
# Purpose: L4C Testing
# Author: Data Team
# Date: 05/24/2021
#######################
view: testing_12 {
derived_table: {
sql:
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
;;
}
dimension: value {
type: string
sql: ${TABLE}.value ;;
}
}