Sign in
l4c-repo-testing
/
bare_repo_v1
/
23ed621a3c55f7815e4f46045eec70d6dbc7bf11
/
.
/
fast_changes.view.lkml
blob: baabb4bd37a464bfdc0a76b6aa8156dbc07c5331 [
file
] [
log
] [
blame
]
view
:
fast_changes
{
derived_table
:
{
sql
:
SELECT
'fast changes'
AS value
;;
}
dimension
:
value
{
type
:
string
sql
:
$
{
TABLE
}.
value
;;
}
}