Sign in
l4c-repo-testing
/
bare_repo_v1
/
refs/heads/big_feature_12345
/
.
/
fast_changes.view.lkml
blob: 824a3e8fba1979dabf16c572c772ca24564954d6 [
file
] [
log
] [
blame
] [
edit
]
view
:
fast_changes
{
derived_table
:
{
sql
:
SELECT
'fast changes'
AS value
UNION ALL SELECT
'fast changes 1'
AS value
;;
}
dimension
:
value
{
type
:
string
sql
:
$
{
TABLE
}.
value
;;
}
}