2023-04-13 18:05:06 +02:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"name": "customers",
|
|
|
|
|
"displayName": "Customers dashboard",
|
|
|
|
|
"description": "This is a sample Dashboard for Looker",
|
2023-06-15 14:44:48 +05:30
|
|
|
"sourceUrl": "http://localhost:808/looker/dashboard/1/",
|
2023-04-13 18:05:06 +02:00
|
|
|
"charts": ["sample_looker.chart_1", "sample_looker.chart_2"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "orders",
|
|
|
|
|
"displayName": "Orders Dashboard",
|
|
|
|
|
"description": "This is a sample Dashboard for Looker",
|
2023-06-15 14:44:48 +05:30
|
|
|
"sourceUrl": "http://localhost:808/looker/dashboard/8/",
|
2023-04-13 18:05:06 +02:00
|
|
|
"charts": ["sample_looker.chart_3", "sample_looker.chart_4"],
|
|
|
|
|
"dataModels": ["sample_looker.model.orders", "sample_looker.model.operations"]
|
|
|
|
|
}
|
|
|
|
|
]
|