Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
636 B
JSON
Raw Normal View History

2023-04-13 18:05:06 +02:00
[
{
"name": "customers",
"displayName": "Customers dashboard",
"description": "This is a sample Dashboard for Looker",
"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",
"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"]
}
]