|
7 | 7 | "CUBEJS_DB_EXPORT_BUCKET": "redshift-drivers-tests-preaggs", |
8 | 8 | "CUBEJS_DB_EXPORT_BUCKET_AWS_KEY": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AWS_KEY}", |
9 | 9 | "CUBEJS_DB_EXPORT_BUCKET_AWS_SECRET": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AWS_SECRET}", |
10 | | - "CUBEJS_DB_EXPORT_BUCKET_AWS_REGION": "us-west-1" |
| 10 | + "CUBEJS_DB_EXPORT_BUCKET_AWS_REGION": "us-east-1" |
11 | 11 | } |
12 | 12 | } |
13 | 13 | } |
|
20 | 20 |
|
21 | 21 | "CUBEJS_DB_TYPE": "redshift", |
22 | 22 | "CUBEJS_DB_HOST": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_HOST}", |
23 | | - "CUBEJS_DB_PORT": 5439, |
24 | | - "CUBEJS_DB_NAME": "drivers_tests", |
| 23 | + "CUBEJS_DB_PORT": "5439", |
| 24 | + "CUBEJS_DB_NAME": "dev", |
25 | 25 | "CUBEJS_DB_USER": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_USER}", |
26 | 26 | "CUBEJS_DB_PASS": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_PASS}", |
27 | 27 |
|
|
154 | 154 | ] |
155 | 155 | }, |
156 | 156 | "skip": [ |
| 157 | + "---------------------------------------", |
| 158 | + "Error: Interval values with month or year parts are not supported", |
| 159 | + "---------------------------------------", |
| 160 | + "querying BigECommerce: rolling window by 2 month", |
| 161 | + "querying custom granularities ECommerce: count by half_year + no dimension", |
| 162 | + "querying custom granularities ECommerce: count by half_year_by_1st_april + no dimension", |
| 163 | + "querying custom granularities ECommerce: count by three_months_by_march + no dimension", |
| 164 | + "querying custom granularities ECommerce: count by half_year + dimension", |
| 165 | + "querying custom granularities ECommerce: count by half_year_by_1st_april + dimension", |
| 166 | + "querying custom granularities ECommerce: count by three_months_by_march + dimension", |
| 167 | + "querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByTrailing", |
| 168 | + "querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading", |
| 169 | + |
157 | 170 | "---------------------------------------", |
158 | 171 | "SKIPPED FOR ALL ", |
159 | 172 | "---------------------------------------", |
|
0 commit comments