Sign in
l4c-repo-testing
/
demo-l4c
/
refs/heads/branch-developer-a
/
.
/
demo-view.view.lkml
blob: 994b29cde9513e1a984170a1a915619e75ee01a3 [
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
;;
}
##
}