Skip to content

Commit 06fb724

Browse files
committed
test: update relevant cassettes
risk: nonprod
1 parent 134dc7c commit 06fb724

File tree

5 files changed

+37504
-57
lines changed

5 files changed

+37504
-57
lines changed

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

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,59 +2450,7 @@
24502450
"title": "Campaign channels"
24512451
},
24522452
{
2453-
"attributes": [],
2454-
"description": "Campaign channels per categories",
2455-
"facts": [],
2456-
"aggregatedFacts": [
2457-
{
2458-
"description": "Budget Agg",
2459-
"id": "budget_agg",
2460-
"sourceColumn": "budget",
2461-
"sourceColumnDataType": "INT",
2462-
"tags": [
2463-
"Campaign channels per category"
2464-
],
2465-
"sourceFactReference": {
2466-
"reference": {
2467-
"id": "budget",
2468-
"type": "fact"
2469-
},
2470-
"operation": "SUM"
2471-
}
2472-
}
2473-
],
2474-
"grain": [],
2475-
"id": "campaign_channels_per_category",
2476-
"precedence": 1,
2477-
"references": [
2478-
{
2479-
"identifier": {
2480-
"id": "campaign_channels",
2481-
"type": "dataset"
2482-
},
2483-
"multivalue": false,
2484-
"sources": [
2485-
{
2486-
"column": "campaign_channel_id",
2487-
"dataType": "STRING",
2488-
"target": {
2489-
"id": "campaign_channel_id",
2490-
"type": "attribute"
2491-
}
2492-
}
2493-
]
2494-
}
2495-
],
2496-
"tags": [
2497-
"Campaign channels per category"
2498-
],
2499-
"sql": {
2500-
"statement": "SELECT category, SUM(budget) FROM campaign_channels GROUP BY category",
2501-
"dataSourceId": "demo-test-ds"
2502-
},
2503-
"title": "Campaign channels per category"
2504-
},
2505-
{
2453+
"aggregatedFacts": [],
25062454
"attributes": [
25072455
{
25082456
"description": "Campaign id",
@@ -2538,7 +2486,6 @@
25382486
},
25392487
"description": "Campaigns",
25402488
"facts": [],
2541-
"aggregatedFacts": [],
25422489
"grain": [
25432490
{
25442491
"id": "campaign_id",
@@ -2623,7 +2570,6 @@
26232570
},
26242571
"description": "Customers",
26252572
"facts": [],
2626-
"aggregatedFacts": [],
26272573
"grain": [
26282574
{
26292575
"id": "customer_id",
@@ -2706,7 +2652,6 @@
27062652
"title": "Quantity"
27072653
}
27082654
],
2709-
"aggregatedFacts": [],
27102655
"grain": [
27112656
{
27122657
"id": "order_line_id",
@@ -2857,7 +2802,6 @@
28572802
},
28582803
"description": "Products",
28592804
"facts": [],
2860-
"aggregatedFacts": [],
28612805
"grain": [
28622806
{
28632807
"id": "product_id",

0 commit comments

Comments
 (0)