Skip to content

Commit 46ae75c

Browse files
committed
chore(tests): re-record cassettes with createdAt normalization
risk: low
1 parent 0cc0b29 commit 46ae75c

50 files changed

Lines changed: 1323 additions & 1325 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/bigquery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: f7644613421ed9067f1412cd9b90432d
23+
traceId: 0e773eb852cb8b59be1fda89f5d99a7c
2424
headers:
2525
Content-Type:
2626
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_put_declarative_data_sources_connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ interactions:
7474
string:
7575
queryDurationMillis:
7676
createCacheTable: 0
77-
simpleSelect: 6
77+
simpleSelect: 5
7878
successful: true
7979
headers:
8080
Content-Type:

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/demo_register_upload_notification.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interactions:
2222
content:
2323
format: '#,##0'
2424
maql: SELECT COUNT({attribute/customer_id},{attribute/order_line_id})
25-
createdAt: 2025-08-07 11:45
25+
createdAt: 2000-01-01 00:00
2626
title: '# of Active Customers'
2727
id: amount_of_active_customers
2828
links:
@@ -37,7 +37,7 @@ interactions:
3737
content:
3838
format: '#,##0'
3939
maql: SELECT COUNT({attribute/order_id})
40-
createdAt: 2025-08-07 11:45
40+
createdAt: 2000-01-01 00:00
4141
title: '# of Orders'
4242
id: amount_of_orders
4343
links:
@@ -53,7 +53,7 @@ interactions:
5353
format: '#,##0'
5454
maql: 'SELECT {metric/amount_of_active_customers} WHERE (SELECT
5555
{metric/revenue} BY {attribute/customer_id}) > 10000 '
56-
createdAt: 2025-08-07 11:45
56+
createdAt: 2000-01-01 00:00
5757
title: '# of Top Customers'
5858
id: amount_of_top_customers
5959
links:
@@ -69,7 +69,7 @@ interactions:
6969
format: '#,##0.00'
7070
maql: SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status}
7171
IN ("Returned", "Canceled"))
72-
createdAt: 2025-08-07 11:45
72+
createdAt: 2000-01-01 00:00
7373
description: ''
7474
title: '# of Valid Orders'
7575
id: amount_of_valid_orders
@@ -85,7 +85,7 @@ interactions:
8585
content:
8686
format: $#,##0
8787
maql: SELECT SUM({fact/spend})
88-
createdAt: 2025-08-07 11:45
88+
createdAt: 2000-01-01 00:00
8989
title: Campaign Spend
9090
id: campaign_spend
9191
links:
@@ -100,7 +100,7 @@ interactions:
100100
content:
101101
format: $#,##0
102102
maql: SELECT SUM({fact/price}*{fact/quantity})
103-
createdAt: 2025-08-07 11:45
103+
createdAt: 2000-01-01 00:00
104104
title: Order Amount
105105
id: order_amount
106106
links:
@@ -115,7 +115,7 @@ interactions:
115115
content:
116116
format: '#,##0.0%'
117117
maql: SELECT {metric/revenue} / {metric/total_revenue}
118-
createdAt: 2025-08-07 11:45
118+
createdAt: 2000-01-01 00:00
119119
title: '% Revenue'
120120
id: percent_revenue
121121
links:
@@ -131,7 +131,7 @@ interactions:
131131
format: '#,##0.0%'
132132
maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\
133133
\ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}"
134-
createdAt: 2025-08-07 11:45
134+
createdAt: 2000-01-01 00:00
135135
title: '% Revenue from Top 10 Customers'
136136
id: percent_revenue_from_top_10_customers
137137
links:
@@ -147,7 +147,7 @@ interactions:
147147
format: '#,##0.0%'
148148
maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\
149149
\ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}"
150-
createdAt: 2025-08-07 11:45
150+
createdAt: 2000-01-01 00:00
151151
title: '% Revenue from Top 10% Customers'
152152
id: percent_revenue_from_top_10_percent_customers
153153
links:
@@ -163,7 +163,7 @@ interactions:
163163
format: '#,##0.0%'
164164
maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\
165165
\ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}"
166-
createdAt: 2025-08-07 11:45
166+
createdAt: 2000-01-01 00:00
167167
title: '% Revenue from Top 10% Products'
168168
id: percent_revenue_from_top_10_percent_products
169169
links:
@@ -179,7 +179,7 @@ interactions:
179179
format: '#,##0.0%'
180180
maql: "SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\
181181
\ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}"
182-
createdAt: 2025-08-07 11:45
182+
createdAt: 2000-01-01 00:00
183183
title: '% Revenue from Top 10 Products'
184184
id: percent_revenue_from_top_10_products
185185
links:
@@ -195,7 +195,7 @@ interactions:
195195
format: '#,##0.0%'
196196
maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category},
197197
ALL OTHER)
198-
createdAt: 2025-08-07 11:45
198+
createdAt: 2000-01-01 00:00
199199
title: '% Revenue in Category'
200200
id: percent_revenue_in_category
201201
links:
@@ -211,7 +211,7 @@ interactions:
211211
format: '#,##0.0%'
212212
maql: SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL
213213
{attribute/product_id})
214-
createdAt: 2025-08-07 11:45
214+
createdAt: 2000-01-01 00:00
215215
title: '% Revenue per Product'
216216
id: percent_revenue_per_product
217217
links:
@@ -227,7 +227,7 @@ interactions:
227227
format: $#,##0
228228
maql: SELECT {metric/order_amount} WHERE NOT ({label/order_status}
229229
IN ("Returned", "Canceled"))
230-
createdAt: 2025-08-07 11:45
230+
createdAt: 2000-01-01 00:00
231231
description: ''
232232
title: Revenue
233233
id: revenue
@@ -244,7 +244,7 @@ interactions:
244244
format: $#,##0
245245
maql: SELECT {metric/revenue} WHERE {label/products.category} IN
246246
("Clothing")
247-
createdAt: 2025-08-07 11:45
247+
createdAt: 2000-01-01 00:00
248248
title: Revenue (Clothing)
249249
id: revenue-clothing
250250
links:
@@ -260,7 +260,7 @@ interactions:
260260
format: $#,##0
261261
maql: SELECT {metric/revenue} WHERE {label/products.category} IN
262262
( "Electronics")
263-
createdAt: 2025-08-07 11:45
263+
createdAt: 2000-01-01 00:00
264264
title: Revenue (Electronic)
265265
id: revenue-electronic
266266
links:
@@ -276,7 +276,7 @@ interactions:
276276
format: $#,##0
277277
maql: SELECT {metric/revenue} WHERE {label/products.category} IN
278278
("Home")
279-
createdAt: 2025-08-07 11:45
279+
createdAt: 2000-01-01 00:00
280280
title: Revenue (Home)
281281
id: revenue-home
282282
links:
@@ -292,7 +292,7 @@ interactions:
292292
format: $#,##0
293293
maql: SELECT {metric/revenue} WHERE {label/products.category} IN
294294
("Outdoor")
295-
createdAt: 2025-08-07 11:45
295+
createdAt: 2000-01-01 00:00
296296
title: Revenue (Outdoor)
297297
id: revenue-outdoor
298298
links:
@@ -307,7 +307,7 @@ interactions:
307307
content:
308308
format: $#,##0.0
309309
maql: SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id})
310-
createdAt: 2025-08-07 11:45
310+
createdAt: 2000-01-01 00:00
311311
title: Revenue per Customer
312312
id: revenue_per_customer
313313
links:
@@ -322,7 +322,7 @@ interactions:
322322
content:
323323
format: $#,##0.0
324324
maql: SELECT {metric/revenue} / {metric/campaign_spend}
325-
createdAt: 2025-08-07 11:45
325+
createdAt: 2000-01-01 00:00
326326
title: Revenue per Dollar Spent
327327
id: revenue_per_dollar_spent
328328
links:
@@ -337,7 +337,7 @@ interactions:
337337
content:
338338
format: $#,##0
339339
maql: SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue})
340-
createdAt: 2025-08-07 11:45
340+
createdAt: 2000-01-01 00:00
341341
title: Revenue / Top 10
342342
id: revenue_top_10
343343
links:
@@ -352,7 +352,7 @@ interactions:
352352
content:
353353
format: $#,##0
354354
maql: SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue})
355-
createdAt: 2025-08-07 11:45
355+
createdAt: 2000-01-01 00:00
356356
title: Revenue / Top 10%
357357
id: revenue_top_10_percent
358358
links:
@@ -367,7 +367,7 @@ interactions:
367367
content:
368368
format: $#,##0
369369
maql: SELECT {metric/revenue} BY ALL OTHER
370-
createdAt: 2025-08-07 11:45
370+
createdAt: 2000-01-01 00:00
371371
title: Total Revenue
372372
id: total_revenue
373373
links:
@@ -382,7 +382,7 @@ interactions:
382382
content:
383383
format: $#,##0
384384
maql: SELECT {metric/total_revenue} WITHOUT PARENT FILTER
385-
createdAt: 2025-08-07 11:45
385+
createdAt: 2000-01-01 00:00
386386
title: Total Revenue (No Filters)
387387
id: total_revenue-no_filters
388388
links:

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/dremio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: 7214bd232fc247c75816cf2de398e604
23+
traceId: 48be060afd0f8bdc046ecdba45e86d69
2424
headers:
2525
Content-Type:
2626
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interactions:
6767
to access it.
6868
status: 404
6969
title: Not Found
70-
traceId: 11625ebd0358a95d190f51914cf118b4
70+
traceId: 2cf28b73cbe1c2c4ff46e49ec40cad2f
7171
headers:
7272
Content-Type:
7373
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/redshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: 3365fdb0bbd9d6ac1f563a1d714ab430
23+
traceId: fa017fef316f5da33470cc8a4e3b7535
2424
headers:
2525
Content-Type:
2626
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/snowflake.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: 1b872aa248532585e8e035abcde5fa62
23+
traceId: 41a9b3c927f9983eea24783047954ef0
2424
headers:
2525
Content-Type:
2626
- application/problem+json
@@ -180,7 +180,7 @@ interactions:
180180
to access it.
181181
status: 404
182182
title: Not Found
183-
traceId: 4a6821fcb98733932900a3492f6fef4d
183+
traceId: 0d32c12a2b1542ea4224a363d2fd7499
184184
headers:
185185
Content-Type:
186186
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/test_create_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interactions:
6767
to access it.
6868
status: 404
6969
title: Not Found
70-
traceId: d826e99b994edec16522fd6374a95cd9
70+
traceId: 69d8eb4cff9ba06cc5e10f62a3b08224
7171
headers:
7272
Content-Type:
7373
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/data_sources/vertica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: 089ec27c80f63cb7708d472073abe4a4
23+
traceId: e119a78421bdf719cb446608cd7faa03
2424
headers:
2525
Content-Type:
2626
- application/problem+json

packages/gooddata-sdk/tests/catalog/fixtures/organization/create_jwk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interactions:
2020
to access it.
2121
status: 404
2222
title: Not Found
23-
traceId: 35df7cd8c173a7202582816517cd4686
23+
traceId: ed54cccc68d8f39c901f0c4bb499121e
2424
headers:
2525
Content-Type:
2626
- application/problem+json

0 commit comments

Comments
 (0)