Skip to content

Commit 9f69f25

Browse files
committed
add redshift fixtures description
1 parent 3789af9 commit 9f69f25

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

packages/cubejs-testing-drivers/fixtures/redshift.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"CUBEJS_DB_EXPORT_BUCKET": "redshift-drivers-tests-preaggs",
88
"CUBEJS_DB_EXPORT_BUCKET_AWS_KEY": "${DRIVERS_TESTS_CUBEJS_DB_EXPORT_BUCKET_AWS_KEY}",
99
"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"
1111
}
1212
}
1313
}
@@ -20,8 +20,8 @@
2020

2121
"CUBEJS_DB_TYPE": "redshift",
2222
"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",
2525
"CUBEJS_DB_USER": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_USER}",
2626
"CUBEJS_DB_PASS": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_PASS}",
2727

@@ -154,6 +154,19 @@
154154
]
155155
},
156156
"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+
157170
"---------------------------------------",
158171
"SKIPPED FOR ALL ",
159172
"---------------------------------------",

0 commit comments

Comments
 (0)