-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Spike) Cubejs Preagg when configured with S3 bucket #31297
Comments
FindingsRoot CauseThe root cause of the CubeJS pre-aggregation failure is that it's unable to upload a According to exchanged slack messages here with platform team the S3 bucket used to stored data from CubeJS is operational. LogsLog error when trying to run pre-aggregations at prod. Error: Error during upload of prod_pre_aggregations.request_count_stats20250101_0frqnjyy_pwzhtg4i_1jpoaqq-0.csv.gz create table: CREATE TABLE prod_pre_aggregations.request_count_stats20250101_0frqnjyy_pwzhtg4i_1jpoaqq (`request__base_type` varchar(255), `request__cluster_id` varchar(255), `request__customer_id` varchar(255), `request__identifier` varchar(255), `request__title` varchar(255), `request__url` varchar(255), `request__created_at_day` timestamp, `request__count` bigint) WITH (build_range_end = '2025-01-31T01:35:53.000') INDEX request_count_stats_daily_index_0frqnjyy_pwzhtg4i_1jpoaqq (`request__customer_id`,`request__cluster_id`): Internal: AWS S3 error: Got HTTP 400 with content Proposed solutionS3 Bucket RemovalRemove any S3 bucket configuration from the current CubeJS instances as they are not required since they have some local partitions to store Troubleshooting of CubeJS with
|
User Story
As a software engineer, I want to research the reason behind the error and determine a solution so that pre-aggregations can be created when massive data needs to be queried in the CubeJS setup for dotCMS analytics infrastructure.
Acceptance Criteria
dotCMS Version
main
Proposed Objective
Quality Assurance
Proposed Priority
Priority 2 - Important
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
to_define
Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
Sub-Tasks & Estimates
The text was updated successfully, but these errors were encountered: