Sign in
l4c-repo-testing
/
demo-l4c
/
ce92e6242d3d12e9039e4eb0dbabdaaea2839573
/
.
/
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
;;
}
}