|
198 | 198 | "SQL API: Rollup with aliases",
|
199 | 199 | "SQL API: Nested Rollup over asterisk",
|
200 | 200 | "SQL API: Extended nested Rollup over asterisk",
|
201 |
| - "querying Products: dimensions -- doesn't work wo ordering", |
202 |
| - "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
203 |
| - "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
204 |
| - "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test", |
205 | 201 | "querying custom granularities (with preaggregation) ECommerce: totalQuantity by half_year + no dimension",
|
206 | 202 | "querying custom granularities (with preaggregation) ECommerce: totalQuantity by half_year + dimension",
|
207 | 203 | "pre-aggregations Customers: running total without time dimension",
|
208 |
| - "querying BigECommerce: null boolean", |
209 | 204 | "querying BigECommerce: rolling count_distinct_approx window by 2 day",
|
210 | 205 | "querying BigECommerce: rolling count_distinct_approx window by 2 week",
|
211 | 206 | "querying BigECommerce: rolling count_distinct_approx window by 2 month",
|
|
216 | 211 | "SQL API: Nested Rollup",
|
217 | 212 | "SQL API: Nested Rollup with aliases",
|
218 | 213 | "SQL API: Timeshift measure from cube",
|
219 |
| - "SQL API: SQL push down push to cube quoted alias" |
| 214 | + |
| 215 | + "---- Different results comparing to baseQuery version. Need to investigate ----", |
| 216 | + "SQL API: SQL push down push to cube quoted alias", |
| 217 | + "querying BigECommerce: rolling window YTD (month + week)", |
| 218 | + "querying BigECommerce: rolling window YTD (month + week + no gran)", |
| 219 | + "querying BigECommerce: rolling window YTD without granularity", |
| 220 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
| 221 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)" |
220 | 222 | ]
|
221 | 223 | }
|
0 commit comments