Skip to content

Commit eaaa9b7

Browse files
committed
fix(gooddata-sdk): [AUTO] fix-agent attempt 1
1 parent 685d4e0 commit eaaa9b7

1 file changed

Lines changed: 104 additions & 0 deletions

File tree

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
interactions:
2+
- request:
3+
body:
4+
execution:
5+
attributes: []
6+
filters: []
7+
measures:
8+
- definition:
9+
measure:
10+
computeRatio: false
11+
filters: []
12+
item:
13+
identifier:
14+
id: order_amount
15+
type: metric
16+
localIdentifier: m1
17+
resultSpec:
18+
dimensions:
19+
- itemIdentifiers:
20+
- measureGroup
21+
localIdentifier: dim_0
22+
headers:
23+
Accept:
24+
- application/json
25+
Accept-Encoding:
26+
- br, gzip, deflate
27+
Content-Type:
28+
- application/json
29+
X-GDC-VALIDATE-RELATIONS:
30+
- 'true'
31+
X-Requested-With:
32+
- XMLHttpRequest
33+
method: POST
34+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute
35+
response:
36+
body:
37+
string:
38+
executionResponse:
39+
dimensions:
40+
- headers:
41+
- measureGroupHeaders:
42+
- format: $#,##0
43+
localIdentifier: m1
44+
name: Order Amount
45+
localIdentifier: dim_0
46+
links:
47+
executionResult: EXECUTION_NORMALIZED_1
48+
headers:
49+
Content-Type:
50+
- application/json
51+
DATE:
52+
- PLACEHOLDER
53+
Expires:
54+
- '0'
55+
Pragma:
56+
- no-cache
57+
X-Content-Type-Options:
58+
- nosniff
59+
X-GDC-CANCEL-TOKEN:
60+
- PLACEHOLDER
61+
X-GDC-TRACE-ID:
62+
- PLACEHOLDER
63+
status:
64+
code: 200
65+
message: OK
66+
- request:
67+
body: null
68+
headers:
69+
Accept:
70+
- application/json
71+
Accept-Encoding:
72+
- br, gzip, deflate
73+
X-GDC-VALIDATE-RELATIONS:
74+
- 'true'
75+
X-Requested-With:
76+
- XMLHttpRequest
77+
method: GET
78+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/EXECUTION_NORMALIZED_1?offset=0&limit=1
79+
response:
80+
body:
81+
string:
82+
detail: An error has occurred while calculating the result
83+
reason: Cannot reach the URL
84+
resultId: d7b1e3aaa86bd0f1a31337e6d88c5449e3326183
85+
status: 400
86+
title: Bad Request
87+
traceId: NORMALIZED_TRACE_ID_000000000000
88+
headers:
89+
Content-Type:
90+
- application/problem+json
91+
DATE:
92+
- PLACEHOLDER
93+
Expires:
94+
- '0'
95+
Pragma:
96+
- no-cache
97+
X-Content-Type-Options:
98+
- nosniff
99+
X-GDC-TRACE-ID:
100+
- PLACEHOLDER
101+
status:
102+
code: 400
103+
message: Bad Request
104+
version: 1

0 commit comments

Comments
 (0)