Skip to content

Commit 751d1b7

Browse files
committed
update snapshot
1 parent 1c8838f commit 751d1b7

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

packages/cubejs-testing/test/__snapshots__/birdbox-postgresql-pre-aggregations.test.ts.snap

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,118 @@ Array [
105105
]
106106
`;
107107

108+
exports[`postgresql HTTP Transport Rolling Prev Period ratio: Rolling Prev Period ratio 1`] = `
109+
Array [
110+
Object {
111+
"visitors.createdAt": "2017-02-02T00:00:00.000",
112+
"visitors.createdAt.day": "2017-02-02T00:00:00.000",
113+
"visitors.currentMonthToPrevRatio": null,
114+
"visitors.source": null,
115+
},
116+
Object {
117+
"visitors.createdAt": "2017-02-03T00:00:00.000",
118+
"visitors.createdAt.day": "2017-02-03T00:00:00.000",
119+
"visitors.currentMonthToPrevRatio": null,
120+
"visitors.source": null,
121+
},
122+
Object {
123+
"visitors.createdAt": "2017-02-04T00:00:00.000",
124+
"visitors.createdAt.day": "2017-02-04T00:00:00.000",
125+
"visitors.currentMonthToPrevRatio": null,
126+
"visitors.source": null,
127+
},
128+
Object {
129+
"visitors.createdAt": "2017-02-05T00:00:00.000",
130+
"visitors.createdAt.day": "2017-02-05T00:00:00.000",
131+
"visitors.currentMonthToPrevRatio": null,
132+
"visitors.source": null,
133+
},
134+
Object {
135+
"visitors.createdAt": "2017-02-02T00:00:00.000",
136+
"visitors.createdAt.day": "2017-02-02T00:00:00.000",
137+
"visitors.currentMonthToPrevRatio": null,
138+
"visitors.source": "google",
139+
},
140+
Object {
141+
"visitors.createdAt": "2017-02-03T00:00:00.000",
142+
"visitors.createdAt.day": "2017-02-03T00:00:00.000",
143+
"visitors.currentMonthToPrevRatio": null,
144+
"visitors.source": "google",
145+
},
146+
Object {
147+
"visitors.createdAt": "2017-02-04T00:00:00.000",
148+
"visitors.createdAt.day": "2017-02-04T00:00:00.000",
149+
"visitors.currentMonthToPrevRatio": null,
150+
"visitors.source": "google",
151+
},
152+
Object {
153+
"visitors.createdAt": "2017-02-05T00:00:00.000",
154+
"visitors.createdAt.day": "2017-02-05T00:00:00.000",
155+
"visitors.currentMonthToPrevRatio": null,
156+
"visitors.source": "google",
157+
},
158+
Object {
159+
"visitors.createdAt": "2017-02-02T00:00:00.000",
160+
"visitors.createdAt.day": "2017-02-02T00:00:00.000",
161+
"visitors.currentMonthToPrevRatio": "0.6666666666666666",
162+
"visitors.source": "some",
163+
},
164+
Object {
165+
"visitors.createdAt": "2017-02-03T00:00:00.000",
166+
"visitors.createdAt.day": "2017-02-03T00:00:00.000",
167+
"visitors.currentMonthToPrevRatio": "0.6666666666666666",
168+
"visitors.source": "some",
169+
},
170+
Object {
171+
"visitors.createdAt": "2017-02-04T00:00:00.000",
172+
"visitors.createdAt.day": "2017-02-04T00:00:00.000",
173+
"visitors.currentMonthToPrevRatio": null,
174+
"visitors.source": "some",
175+
},
176+
Object {
177+
"visitors.createdAt": "2017-02-05T00:00:00.000",
178+
"visitors.createdAt.day": "2017-02-05T00:00:00.000",
179+
"visitors.currentMonthToPrevRatio": null,
180+
"visitors.source": "some",
181+
},
182+
]
183+
`;
184+
185+
exports[`postgresql HTTP Transport Rolling Prev Period: Rolling Prev Period 1`] = `
186+
Array [
187+
Object {
188+
"visitors.checkinsPrevMonth": "1",
189+
"visitors.createdAt": "2017-02-05T00:00:00.000",
190+
"visitors.createdAt.day": "2017-02-05T00:00:00.000",
191+
"visitors.source": "google",
192+
},
193+
Object {
194+
"visitors.checkinsPrevMonth": "3",
195+
"visitors.createdAt": "2017-02-02T00:00:00.000",
196+
"visitors.createdAt.day": "2017-02-02T00:00:00.000",
197+
"visitors.source": "some",
198+
},
199+
Object {
200+
"visitors.checkinsPrevMonth": "3",
201+
"visitors.createdAt": "2017-02-03T00:00:00.000",
202+
"visitors.createdAt.day": "2017-02-03T00:00:00.000",
203+
"visitors.source": "some",
204+
},
205+
Object {
206+
"visitors.checkinsPrevMonth": "5",
207+
"visitors.createdAt": "2017-02-04T00:00:00.000",
208+
"visitors.createdAt.day": "2017-02-04T00:00:00.000",
209+
"visitors.source": "some",
210+
},
211+
Object {
212+
"visitors.checkinsPrevMonth": "5",
213+
"visitors.createdAt": "2017-02-05T00:00:00.000",
214+
"visitors.createdAt.day": "2017-02-05T00:00:00.000",
215+
"visitors.source": "some",
216+
},
217+
]
218+
`;
219+
108220
exports[`postgresql-cubestore HTTP Transport Rolling with Quarter granularity: Rolling with Quarter granularity 1`] = `
109221
Array [
110222
Object {

0 commit comments

Comments
 (0)