Skip to content

Commit db76292

Browse files
committed
test: fix expected layout
- cassettes thus have to be overwritten risk: nonprod
1 parent c65d434 commit db76292

24 files changed

+5124
-6282
lines changed

gooddata-sdk/tests/catalog/expected/declarative_workspaces.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,70 @@
23762376
],
23772377
"title": "Campaign channels"
23782378
},
2379+
{
2380+
"attributes": [
2381+
{
2382+
"description": "Category Agg",
2383+
"id": "campaign_channels.category_agg",
2384+
"sourceColumn": "category",
2385+
"sourceColumnDataType": "STRING",
2386+
"labels": [],
2387+
"tags": [
2388+
"Campaign channels"
2389+
],
2390+
"title": "Category"
2391+
}
2392+
],
2393+
"description": "Campaign channels per categories",
2394+
"facts": [],
2395+
"aggregatedFacts": [
2396+
{
2397+
"description": "Budget Agg",
2398+
"id": "budget_agg",
2399+
"sourceColumn": "budget",
2400+
"sourceColumnDataType": "INT",
2401+
"tags": [
2402+
"Campaign channels per category"
2403+
],
2404+
"sourceFactReference": {
2405+
"reference": {
2406+
"id": "budget",
2407+
"type": "fact"
2408+
},
2409+
"operation": "SUM"
2410+
}
2411+
}
2412+
],
2413+
"grain": [
2414+
{
2415+
"id": "campaign_channels.category_agg",
2416+
"type": "attribute"
2417+
}
2418+
],
2419+
"id": "campaign_channels_per_category",
2420+
"precedence": 1,
2421+
"references": [
2422+
{
2423+
"identifier": {
2424+
"id": "campaign_channels",
2425+
"type": "dataset"
2426+
},
2427+
"multivalue": false,
2428+
"sourceColumns": [
2429+
"campaign_channel_category"
2430+
],
2431+
"sourceColumnDataTypes": [ "STRING" ]
2432+
}
2433+
],
2434+
"tags": [
2435+
"Campaign channels per category"
2436+
],
2437+
"sql": {
2438+
"statement": "SELECT category, SUM(budget) FROM campaign_channels GROUP BY category",
2439+
"dataSourceId": "demo-test-ds"
2440+
},
2441+
"title": "Campaign channels per category"
2442+
},
23792443
{
23802444
"attributes": [
23812445
{

0 commit comments

Comments
 (0)