Sign in
l4c-repo-testing
/
demo-l4c
/
432e2171646b55f6057dfc3d167153f7719247ee
/
.
/
demo-view.view.lkml
blob: 7e68c82ef02127b153845149070123247ae1f82c [
file
] [
log
] [
blame
]
view
:
demo_view
{
sql_table_name
:
concord
.
table_a
;;
########## PRIMARY KEYS ##########
dimension
:
id
{
primary_key
:
yes
type
:
string
sql
:
$
{
TABLE
}.
id
;;
}
}