Sign in
l4c-repo-testing
/
bare_repo_v1
/
refs/heads/big_changes
/
.
/
testing_12.view.lkml
blob: 3b2f6bdb9dfbb822020396d0322d5a63857b2c6c [
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
;;
}
dimension
:
value
{
type
:
string
sql
:
$
{
TABLE
}.
value
;;
}
}