mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 17:07:06 +00:00
17 lines
636 B
JSON
17 lines
636 B
JSON
[
|
|
{
|
|
"name": "customers",
|
|
"displayName": "Customers dashboard",
|
|
"description": "This is a sample Dashboard for Looker",
|
|
"sourceUrl": "http://localhost:808/looker/dashboard/1/",
|
|
"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/",
|
|
"charts": ["sample_looker.chart_3", "sample_looker.chart_4"],
|
|
"dataModels": ["sample_looker.model.orders", "sample_looker.model.operations"]
|
|
}
|
|
] |