|
174 | 174 | "SQL API: Extended nested Rollup over asterisk", |
175 | 175 | "SQL API: SQL push down push to cube quoted alias", |
176 | 176 | "SQL API: Date/time comparison with date_trunc with SQL push down", |
177 | | - |
178 | | - "---------------------------------------", |
179 | | - "Error during rewrite: Can't detect Cube query and it may be not supported yet.", |
180 | | - "---------------------------------------", |
181 | 177 | "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
182 | 178 | "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)" |
183 | 179 | ], |
184 | 180 | "tesseractSkip": [ |
185 | 181 | "querying custom granularities ECommerce: count by three_months_by_march + no dimension", |
186 | 182 | "querying custom granularities ECommerce: count by three_months_by_march + dimension", |
187 | 183 | "querying BigECommerce: rolling window YTD (month + week)", |
188 | | - "querying BigECommerce: rolling window YTD (month + week + no gran)" |
| 184 | + "querying BigECommerce: rolling window YTD (month + week + no gran)", |
| 185 | + |
| 186 | + |
| 187 | + "---------------------------------------", |
| 188 | + "SKIPPED SQL API (Need work)", |
| 189 | + "---------------------------------------", |
| 190 | + "SQL API: Nested Rollup", |
| 191 | + "SQL API: Nested Rollup with aliases", |
| 192 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
| 193 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)", |
| 194 | + "SQL API: SQL push down push to cube quoted alias", |
| 195 | + "SQL API: Date/time comparison with date_trunc with SQL push down", |
| 196 | + |
| 197 | + "---- Different results comparing to baseQuery version. Need to investigate ----", |
| 198 | + "SQL API: Timeshift measure from cube", |
| 199 | + "querying ECommerce: dimensions", |
| 200 | + "querying ECommerce: dimensions + order", |
| 201 | + "querying ECommerce: dimensions + limit", |
| 202 | + "querying ECommerce: dimensions + total", |
| 203 | + "querying ECommerce: dimensions + order + limit + total", |
| 204 | + "querying ECommerce: dimensions + order + total + offset", |
| 205 | + "querying ECommerce: dimensions + order + limit + total + offset", |
| 206 | + "filtering ECommerce: contains dimensions, first", |
| 207 | + "filtering ECommerce: contains dimensions, second", |
| 208 | + "filtering ECommerce: startsWith + dimensions, first", |
| 209 | + "filtering ECommerce: startsWith + dimensions, second", |
| 210 | + "filtering ECommerce: endsWith + dimensions, first", |
| 211 | + "filtering ECommerce: endsWith + dimensions, second" |
189 | 212 | ] |
190 | 213 | } |
0 commit comments