|
34 | 34 | "products": "products", |
35 | 35 | "customers": "customers", |
36 | 36 | "ecommerce": "ecommerce", |
37 | | - "bigecommerce": "bigecommerce" |
| 37 | + "bigecommerce": "bigecommerce", |
| 38 | + "retailcalendar": "retailcalendar" |
38 | 39 | }, |
39 | 40 | "preAggregations": { |
40 | 41 | "Products": [], |
|
150 | 151 | "week granularity is not supported for intervals", |
151 | 152 | "querying BigECommerce: rolling window by 2 week", |
152 | 153 | "querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading without date range", |
| 154 | + "querying BigECommerce with Retail Calendar: totalProfitRetailYearAgo", |
| 155 | + "querying BigECommerce with Retail Calendar: totalProfitRetailMonthAgo", |
| 156 | + "querying BigECommerce with Retail Calendar: totalProfitRetailWeekAgo", |
153 | 157 |
|
154 | 158 | "---------------------------------------", |
155 | 159 | "Custom Granularities ", |
|
203 | 207 | "querying BigECommerce: rolling window YTD (month + week + no gran)", |
204 | 208 | "querying BigECommerce: rolling window YTD without granularity", |
205 | 209 | "SQL API: Rolling Window YTD (year + month + day + date_trunc equal)", |
206 | | - "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)" |
| 210 | + "SQL API: Rolling Window YTD (year + month + day + date_trunc IN)", |
| 211 | + |
| 212 | + "--- Below tests are flacky in Athena due to random precision returned by Athena ---", |
| 213 | + "querying BigECommerce with Retail Calendar: totalProfitRetailYearAgo", |
| 214 | + "querying BigECommerce with Retail Calendar: totalProfitRetailMonthAgo", |
| 215 | + "querying BigECommerce with Retail Calendar: totalProfitRetailWeekAgo" |
207 | 216 | ] |
208 | 217 | } |
0 commit comments