Sign in
l4c-repo-testing
/
demo-l4c
/
refs/heads/aaa
/
.
/
demo-view.view.lkml
blob: 8ca381b01ad8957e327022edebd0d529f5242f15 [
file
] [
log
] [
blame
] [
edit
]
view
:
demo_view
{
sql_table_name
:
concord
.
table_a
;;
########## PRIMARY KEYS ##########
dimension
:
id
{
primary_key
:
yes
type
:
string
sql
:
$
{
TABLE
}.
id
;;
}
dimension
:
field_b
{
type
:
string
sql
:
$
{
TABLE
}.
field_b
;;
}
###
}