|
183 | 183 | "---------------------------------------", |
184 | 184 | "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
185 | 185 | "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)" |
| 186 | + ], |
| 187 | + "tesseractSkip": [ |
| 188 | + "---------------------------------------", |
| 189 | + "SKIPPED FOR MS SQL (total not supported)", |
| 190 | + "---------------------------------------", |
| 191 | + "querying Customers: dimensions + total", |
| 192 | + "querying Customers: dimensions + order + limit + total", |
| 193 | + "querying Customers: dimensions + order + total + offset", |
| 194 | + "querying Customers: dimensions + order + limit + total + offset", |
| 195 | + "querying Products: dimensions + order + total", |
| 196 | + "querying Products: dimensions + order + limit + total", |
| 197 | + "querying ECommerce: dimensions + total", |
| 198 | + "querying ECommerce: dimensions + order + limit + total", |
| 199 | + "querying ECommerce: dimensions + order + total + offset", |
| 200 | + "querying ECommerce: dimensions + order + limit + total + offset", |
| 201 | + |
| 202 | + "---------------------------------------", |
| 203 | + "SKIPPED FOR ALL ", |
| 204 | + "---------------------------------------", |
| 205 | + "querying Products: dimensions -- doesn't work wo ordering", |
| 206 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
| 207 | + "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
| 208 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test", |
| 209 | + "querying BigECommerce: null sum", |
| 210 | + "querying BigECommerce: null boolean", |
| 211 | + "---------------------------------------", |
| 212 | + "SKIPPED SQL API (Need work)", |
| 213 | + "---------------------------------------", |
| 214 | + "SQL API: reuse params", |
| 215 | + "SQL API: post-aggregate percentage of total", |
| 216 | + "SQL API: powerbi min max ungrouped flag", |
| 217 | + "SQL API: powerbi min max push down", |
| 218 | + "SQL API: Simple Rollup", |
| 219 | + "SQL API: Complex Rollup", |
| 220 | + "SQL API: Nested Rollup", |
| 221 | + "SQL API: Rollup with aliases", |
| 222 | + "SQL API: Rollup over exprs", |
| 223 | + "SQL API: Nested Rollup with aliases", |
| 224 | + "SQL API: Nested Rollup over asterisk", |
| 225 | + "SQL API: Extended nested Rollup over asterisk", |
| 226 | + "SQL API: ungrouped pre-agg", |
| 227 | + "SQL API: NULLS FIRST/LAST SQL push down", |
| 228 | + "SQL API: SQL push down push to cube quoted alias", |
| 229 | + "SQL API: Date/time comparison with SQL push down", |
| 230 | + "SQL API: Date/time comparison with date_trunc with SQL push down", |
| 231 | + |
| 232 | + "---------------------------------------", |
| 233 | + "Error during rewrite: Can't detect Cube query and it may be not supported yet.", |
| 234 | + "---------------------------------------", |
| 235 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
| 236 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)", |
| 237 | + "---------------------------------------", |
| 238 | + "Switch dimensions", |
| 239 | + "---------------------------------------", |
| 240 | + "querying SwitchSourceTest: simple cross join", |
| 241 | + "querying SwitchSourceTest: full cross join", |
| 242 | + "querying SwitchSourceTest: filter by switch dimensions", |
| 243 | + |
| 244 | + "-------", |
| 245 | + "querying BigECommerce: rolling window YTD (month + week)", |
| 246 | + "querying BigECommerce: rolling window YTD (month + week + no gran)", |
| 247 | + "querying BigECommerce: rolling window YTD without granularity", |
| 248 | + "querying BigECommerce with Retail Calendar: totalCountRetailMonthAgo", |
| 249 | + "querying BigECommerce with Retail Calendar: totalCountRetailWeekAgo", |
| 250 | + "SQL API: Timeshift measure from cube", |
| 251 | + "querying BigECommerce: rolling window YTD (month + week + day + no gran)", |
| 252 | + "SQL API: Timeshift measure from cube", |
| 253 | + "querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading without date range", |
| 254 | + "querying BigECommerce: rolling window YTD (month + week + day)" |
186 | 255 | ] |
187 | 256 | } |
0 commit comments