Sign in
l4c-repo-testing
/
bare_repo_v2
/
refs/heads/branch-5
/
.
/
fast_changes.view.lkml
blob: 2fa0a2f84973327d11f41338020d853e0f1be298 [
file
] [
log
] [
blame
] [
edit
]
view
:
fast_changes
{
derived_table
:
{
sql
:
SELECT
'fast changes'
AS value
;;
}
dimension
:
value
{
type
:
string
sql
:
$
{
TABLE
}.
value
;;
}
}