Skip to content

Commit 5a30730

Browse files
committed
test: fix expected layout
- cassettes thus have to be overwritten risk: nonprod
1 parent 753ac69 commit 5a30730

29 files changed

+5371
-13409
lines changed

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

Lines changed: 68 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
{
@@ -2412,6 +2476,7 @@
24122476
},
24132477
"description": "Campaigns",
24142478
"facts": [],
2479+
"aggregatedFacts": [],
24152480
"grain": [
24162481
{
24172482
"id": "campaign_id",
@@ -2494,6 +2559,7 @@
24942559
},
24952560
"description": "Customers",
24962561
"facts": [],
2562+
"aggregatedFacts": [],
24972563
"grain": [
24982564
{
24992565
"id": "customer_id",
@@ -2575,6 +2641,7 @@
25752641
"title": "Quantity"
25762642
}
25772643
],
2644+
"aggregatedFacts": [],
25782645
"grain": [
25792646
{
25802647
"id": "order_line_id",
@@ -2724,6 +2791,7 @@
27242791
},
27252792
"description": "Products",
27262793
"facts": [],
2794+
"aggregatedFacts": [],
27272795
"grain": [
27282796
{
27292797
"id": "product_id",

0 commit comments

Comments
 (0)