mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"metabaseId": 10,
|
|
"name": "Base revenue",
|
|
"description": null,
|
|
"type": "model",
|
|
"databaseId": 42,
|
|
"collectionId": 5,
|
|
"archived": false,
|
|
"resolvedSql": "SELECT day, SUM(amount_cents) AS revenue_cents FROM public.orders GROUP BY 1",
|
|
"templateTags": [],
|
|
"resultMetadata": [],
|
|
"collectionPath": ["Orders Team"],
|
|
"referencedCardIds": [],
|
|
"resolutionStatus": "resolved"
|
|
}
|