|
172 | 172 | "SQL API: Rollup with aliases", |
173 | 173 | "SQL API: Nested Rollup over asterisk", |
174 | 174 | "SQL API: Extended nested Rollup over asterisk" |
| 175 | + ], |
| 176 | + "tesseractSkip": [ |
| 177 | + "querying Products: dimensions -- doesn't work wo ordering", |
| 178 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
| 179 | + "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
| 180 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test", |
| 181 | + "pre-aggregations Customers: running total without time dimension", |
| 182 | + "querying BigECommerce: null boolean", |
| 183 | + "querying BigECommerce: rolling count_distinct_approx window by 2 day", |
| 184 | + "querying BigECommerce: rolling count_distinct_approx window by 2 week", |
| 185 | + "querying BigECommerce: rolling count_distinct_approx window by 2 month", |
| 186 | + "querying BigECommerce: totalProfitYearAgo", |
| 187 | + "SQL API: post-aggregate percentage of total", |
| 188 | + "SQL API: Simple Rollup", |
| 189 | + "SQL API: Rollup over exprs", |
| 190 | + "SQL API: Nested Rollup", |
| 191 | + "SQL API: Nested Rollup with aliases", |
| 192 | + "SQL API: Timeshift measure from cube", |
| 193 | + "SQL API: SQL push down push to cube quoted alias" |
175 | 194 | ] |
176 | 195 | } |
0 commit comments