Sign in
l4c-repo-testing
/
rebase_testing
/
774c550c75c4e236bd439751495f7e9a476724ff
/
.
/
rebase_testing.view.lkml
blob: 03943157009cca1d2c6202e88d602eea01dd3c10 [
file
] [
log
] [
blame
]
view
:
rebase_testing
{
sql_table_name
:
information_schema
.
ALL_PLUGINS
;;
dimension
:
plugin_name
{
description
:
"Unique ID for each user that has ordered"
type
:
string
sql
:
CONCAT
(
"rebase_tesing - "
,
$
{
TABLE
}.
PLUGIN_NAME
)
;;
}
}