|
174 | 174 | "SQL API: Extended nested Rollup over asterisk" |
175 | 175 | ], |
176 | 176 | "tesseractSkip": [ |
| 177 | + "must download query from the data source via memory", |
| 178 | + "must download query from the data source via stream", |
| 179 | + "for the Customers.RollingExternal", |
| 180 | + "for the Customers.RollingInternal", |
| 181 | + "for the ECommerce.SimpleAnalysisExternal", |
| 182 | + "for the ECommerce.SimpleAnalysisInternal", |
| 183 | + "for the ECommerce.TimeAnalysisExternal", |
| 184 | + "for the ECommerce.TimeAnalysisInternal", |
| 185 | + "querying Customers: dimensions + order + total + offset", |
| 186 | + "querying ECommerce: dimensions + order + total + offset", |
| 187 | + "querying Products: dimensions -- doesn't work wo ordering", |
| 188 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
| 189 | + "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
| 190 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test", |
| 191 | + "querying BigECommerce: null sum", |
| 192 | + "querying BigECommerce: null boolean", |
| 193 | + "querying BigECommerce: rolling window by 2 day without date range", |
| 194 | + "querying BigECommerce: rolling window by 2 month without date range", |
| 195 | + "querying BigECommerce: rolling window YTD without date range", |
| 196 | + "SQL API: reuse params", |
| 197 | + "SQL API: Complex Rollup", |
| 198 | + "SQL API: Rollup with aliases", |
| 199 | + "SQL API: Nested Rollup over asterisk", |
| 200 | + "SQL API: Extended nested Rollup over asterisk", |
177 | 201 | "querying Products: dimensions -- doesn't work wo ordering", |
178 | 202 | "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
179 | 203 | "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
|
0 commit comments