Skip to content

Commit 432f6fa

Browse files
committed
fix(gooddata-sdk): [AUTO] fix-agent attempt 1
1 parent a58d8c0 commit 432f6fa

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
interactions:
2+
- request:
3+
body:
4+
partitionSpec:
5+
month: '01'
6+
year: '2024'
7+
headers:
8+
Accept:
9+
- '*/*'
10+
Accept-Encoding:
11+
- gzip, deflate, br
12+
Connection:
13+
- keep-alive
14+
Content-Length:
15+
- '50'
16+
Content-Type:
17+
- application/json
18+
operation-id:
19+
- aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
20+
method: POST
21+
uri: http://localhost:3000/api/v1/ailake/database/instances/demo-db/pipeTables/fact_orders/refresh
22+
response:
23+
body:
24+
string:
25+
detail: Server-side problem. Contact support.
26+
status: 500
27+
title: Internal Server Error
28+
traceId: NORMALIZED_TRACE_ID_000000000000
29+
headers:
30+
Content-Type:
31+
- application/problem+json
32+
DATE: &id001
33+
- PLACEHOLDER
34+
Expires:
35+
- '0'
36+
Pragma:
37+
- no-cache
38+
X-Content-Type-Options:
39+
- nosniff
40+
X-GDC-TRACE-ID: *id001
41+
status:
42+
code: 500
43+
message: Internal Server Error
44+
version: 1

0 commit comments

Comments
 (0)