-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Insights: cube-js/cube
Overview
Could not load contribution data
Please try again later
17 Releases published by 6 people
-
v1.2.31
published
Apr 8, 2025 -
v1.2.32
published
Apr 8, 2025 -
v1.2.33
published
Apr 10, 2025 -
v1.2.34
published
Apr 11, 2025 -
v1.3.0
published
Apr 11, 2025 -
v1.0.12
published
Apr 13, 2025 -
v1.3.1
published
Apr 14, 2025 -
v1.3.2
published
Apr 16, 2025 -
v1.3.3
published
Apr 16, 2025 -
v1.3.4
published
Apr 17, 2025 -
v1.3.5
published
Apr 17, 2025 -
v1.3.6
published
Apr 22, 2025 -
v1.3.7
published
Apr 23, 2025 -
v1.3.8
published
Apr 24, 2025 -
v1.3.9
published
Apr 28, 2025 -
v1.3.10
published
May 1, 2025 -
v1.3.11
published
May 5, 2025
80 Pull requests merged by 14 people
-
feat(cubesql): Data source per member
#9537 merged
May 5, 2025 -
chore(deps): bump snowflake-sdk from 2.0.3 to 2.0.4
#9527 merged
May 1, 2025 -
docs: Multi-stage calculations
#9534 merged
Apr 30, 2025 -
docs: Kerberos & NTLM authentication for DAX/MDX APIs
#9503 merged
Apr 30, 2025 -
fix incorrect allow_all reference in docs
#9475 merged
Apr 30, 2025 -
feat(cubesql): SQL push down multiple window expressions with different sort keys
#8788 merged
Apr 30, 2025 -
feat(databricks-jdbc-driver): Implement connection checking without waking up SQL warehouse
#9529 merged
Apr 30, 2025 -
feat(backend-native): Allow importing modules from python files within
cube.py
andglobals.py
#9490 merged
Apr 30, 2025 -
fix(cubesql): Disable filter pushdown over Filter(CrossJoin)
#9474 merged
Apr 28, 2025 -
feat(cubesql): Support trivial casts in member pushdown
#9480 merged
Apr 28, 2025 -
fix(schema-compiler): Fix non-match for exact custom granularity pre-aggregation
#9517 merged
Apr 28, 2025 -
chore(tests): Create base jest config and extend it in each package
#9524 merged
Apr 28, 2025 -
feat(schema-compiler): Support view extends
#9507 merged
Apr 28, 2025 -
feat(tesseract): Logical plan
#9497 merged
Apr 28, 2025 -
chore(tests): Fix jest yaml resolution in some packages
#9521 merged
Apr 26, 2025 -
feat(schema-compiler): Support adding pre-aggregations in Rollup Designer for YAML-based models
#9500 merged
Apr 25, 2025 -
chore(deps): Upgrade jest 27 → 29
#9514 merged
Apr 25, 2025 -
chore(schema-compiler): Make YamlCompiler→renderTemplate() public
#9519 merged
Apr 25, 2025 -
docs: Overriding title, description, meta, and format on view members
#9518 merged
Apr 25, 2025 -
feat(cubesql): Add
XIRR
aggregate function#9508 merged
Apr 24, 2025 -
refactor(native): Python - remove support for scoped loading
#9513 merged
Apr 24, 2025 -
docs: Add Cube Cloud for Excel installation instructions
#9512 merged
Apr 24, 2025 -
docs: Query History export
#9362 merged
Apr 23, 2025 -
feat(schema-compiler): Support overriding
title
,description
,meta
, andformat
on view members#9496 merged
Apr 23, 2025 -
chore(ci): Remove obsolete cloud workflow (in favor of extending push wf)
#9491 merged
Apr 23, 2025 -
fix(schema-compiler): Fix not working timeshift in views
#9504 merged
Apr 23, 2025 -
feat(schema-compiler): Custom granularities support for Amazon Athena/Presto dialect
#9472 merged
Apr 23, 2025 -
feat(schema-compiler): Support custom granularities with Year-Month intervals for AWS Redshift dialect
#9489 merged
Apr 23, 2025 -
fix(cubesql): Realias expressions when normalizing columns
#9498 merged
Apr 22, 2025 -
fix(cubesql): Fix SortPushDown pushing sort through joins
#9464 merged
Apr 22, 2025 -
chore(packages): Deduplicate packages
#9493 merged
Apr 22, 2025 -
feat(mssql-driver): Return numeric result values as strings
#9485 merged
Apr 22, 2025 -
chore(ci): Change coverage reporter to lcov
#9492 merged
Apr 21, 2025 -
docs: Update reserved jwt params
#9487 merged
Apr 18, 2025 -
fix(cubesql): Disallow mixing measure and dimension filters in a single FilterOp
#9486 merged
Apr 17, 2025 -
fix(schema-compiler): Make RefreshKeySql timezone-aware
#9479 merged
Apr 17, 2025 -
feat(client-core): Add fetch timeout and network retry options
#9484 merged
Apr 16, 2025 -
fix(schema-compiler): Allow calling cube functions in yaml python blocks
#9473 merged
Apr 16, 2025 -
chore(github): Change PR template
#9476 merged
Apr 16, 2025 -
fix(schema-compiler): Allow escaping of curly braces in yaml models
#9469 merged
Apr 16, 2025 -
ci: Remove unused matrix dimension in drivers tests
#9470 merged
Apr 15, 2025 -
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions
#9169 merged
Apr 14, 2025 -
chore(tests): Fix flaky birdbox:postgresql-cubestore tests (due to order by same numbers)
#9467 merged
Apr 14, 2025 -
chore(tests): Fix flaky birdbox:postgresql tests (due to order by same numbers)
#9466 merged
Apr 14, 2025 -
fix(schema-compiler): Fix incorrect transpilation of yaml models
#9465 merged
Apr 14, 2025 -
chore: metaOnly flag in pre-aggregations api, lts (#9128)
#9461 merged
Apr 13, 2025 -
fix(server): Fix incorrect native result wrapper processing via webSockets
#9458 merged
Apr 11, 2025 -
chore(ci): Fix Post-release workflow
#9456 merged
Apr 11, 2025 -
docs(ai-api): fixes runQuery documentation
#9441 merged
Apr 11, 2025 -
fix(schema-compiler): Fix cubes inheritance
#9386 merged
Apr 11, 2025 -
fix(schema-compiler): Fix incorrect bulk transpilation if there are no JS files
#9453 merged
Apr 11, 2025 -
feat(databricks-jdbc-driver): Switch to the latest OSS Databricks JDBC driver
#9450 merged
Apr 11, 2025 -
feat(databricks-jdbc-driver): Add export bucket support for Google Cloud Storage
#9445 merged
Apr 11, 2025 -
chore!: Drop support for node.js v18, deprecate v20
#9402 merged
Apr 11, 2025 -
chore(schema-compiler)!: Drop support for top-level includes/excludes in views
#9401 merged
Apr 11, 2025 -
feat(api-gateway)!: Move '/v1/sql' to new
sql
API Scope#9406 merged
Apr 11, 2025 -
feat(schema-compiler)!: Set preAggregation.allowNonStrictDateRangeMatch = true by default
#9404 merged
Apr 11, 2025 -
feat(schema-compiler)!: Turn CUBEJS_TESSERACT_ORCHESTRATOR=true by default
#9440 merged
Apr 11, 2025 -
feat(cubesql): Remove bottom-up extraction completely
#9183 merged
Apr 11, 2025 -
fix(schema-compiler): Do not drop join hints when view member is not itself owned
#9444 merged
Apr 10, 2025 -
feat(schema-compiler): Implement bulk processing for js transpilation in native
#9427 merged
Apr 10, 2025 -
docs: Update DAX API function reference
#9449 merged
Apr 10, 2025 -
docs: Fix export bucket type for snowflake GCS example in the docs
#9446 merged
Apr 10, 2025 -
fix(cubeorchestrator): Fix incorrect null-values parsing from CubeStore Result
#9443 merged
Apr 9, 2025 -
chore(deps): Deduplicate some packages
#9442 merged
Apr 8, 2025 -
fix(schema-compiler): ExportNamedDeclaration for variables object
#9390 merged
Apr 8, 2025 -
chore(tesseract): Refactoring of multistage time-shifts
#9418 merged
Apr 8, 2025 -
fix(tesseract): Fix issues with member expressions over multi stage
#9416 merged
Apr 8, 2025 -
feat(server-core): Make OrchestratorStorage LRUCache
#9425 merged
Apr 8, 2025 -
feat: PatchMeasure member expression
#9218 merged
Apr 8, 2025 -
feat(schema-compiler): Use LRUCache for js data models compiled vm.Scripts
#9424 merged
Apr 8, 2025 -
refactor(schema-compiler): More types for CubeEvaluator, CubeSymbols and DynamicReference
#9429 merged
Apr 8, 2025 -
Update caching.mdx
#9417 merged
Apr 8, 2025 -
Update passing-dynamic-parameters-in-a-query.mdx
#9384 merged
Apr 8, 2025 -
docs: adds AI API databricks integration
#9428 merged
Apr 8, 2025 -
fix(schema-compiler): Fix BigQuery DATE_ADD push down template for years/quarters/months
#9432 merged
Apr 8, 2025 -
chore(ci): Enable code coverage for JS/TS
#9426 merged
Apr 7, 2025
22 Pull requests opened by 13 people
-
feat(tesseract): Basic pre-aggregations support
#9434 opened
Apr 7, 2025 -
chore(deps): Bump tokio from 1.37.0 to 1.44.2 in /rust/cubeorchestrator
#9436 opened
Apr 8, 2025 -
chore(deps): Bump tokio from 1.38.0 to 1.38.2 in /rust/cubesqlplanner
#9437 opened
Apr 8, 2025 -
chore(deps): Bump tokio from 1.35.0 to 1.38.2 in /rust/cubesql
#9438 opened
Apr 8, 2025 -
chore(deps): Bump tokio from 1.37.0 to 1.38.2 in /rust/cubestore
#9439 opened
Apr 8, 2025 -
docs: TPC-H benchmark and scalability insights
#9447 opened
Apr 10, 2025 -
feat(duckdb-driver): Upgrade to DuckDB 1.2.1
#9459 opened
Apr 11, 2025 -
fix issue 9460
#9463 opened
Apr 14, 2025 -
feat: Allow additional filters in PatchMeasure for number measures
#9468 opened
Apr 14, 2025 -
chore(deps): bump http-proxy-middleware from 3.0.3 to 3.0.5
#9482 opened
Apr 16, 2025 -
(docs): Update AI API pricing
#9501 opened
Apr 22, 2025 -
fix(schema-compiler): Preserve full time buckets in period-over-perio…
#9502 opened
Apr 22, 2025 -
feat(cubestore): Add `XIRR` aggregate function to Cube Store
#9520 opened
Apr 26, 2025 -
feat: introduce "protocol" and "method" props for request param in checkSqlAuth
#9525 opened
Apr 28, 2025 -
fix(schema-compiler): Fix rendered references for preaggregations with join paths
#9528 opened
Apr 29, 2025 -
chore(deps-dev): bump vite from 5.1.6 to 5.4.19 in /packages/cubejs-playground/vizard
#9532 opened
Apr 30, 2025 -
Update pricing.mdx
#9533 opened
Apr 30, 2025 -
Update snowflake.mdx
#9535 opened
May 1, 2025 -
chore(schema-compiler): move preAggregations class to typescript
#9538 opened
May 1, 2025 -
feat(client-core): add signal option to support abort fetch
#9539 opened
May 2, 2025 -
fix(schema-compiler): Reject pre-agg if measure is unmultiplied in query but multiplied in pre-agg
#9541 opened
May 2, 2025 -
fix(query-orchestrator): Correct local date parsing for partition start/end queries
#9543 opened
May 5, 2025
26 Issues closed by 8 people
-
Allow to import Python files from `cube.py`
#8443 closed
Apr 30, 2025 -
RollupJoin aggregation gives misleading error when querying timestamp related dimenstion
#8772 closed
Apr 28, 2025 -
AI API with self hosted cube server
#9247 closed
Apr 28, 2025 -
Rollup Designer in Cube Core is broken for YAML data models
#5989 closed
Apr 25, 2025 -
Dynamic labels in case/when members are not supported in YAML
#6206 closed
Apr 25, 2025 -
Problem with “Polymorphic cubes”
#7913 closed
Apr 24, 2025 -
How to enable DataDog's distributed tracing in cube-js REST API
#9505 closed
Apr 23, 2025 -
REST API returns integers as decimals
#9452 closed
Apr 22, 2025 -
Issue with Combining blendingQuery and dateRangeQuery
#9478 closed
Apr 22, 2025 -
Migrate ClickHouse support to official @clickhouse/client
#7763 closed
Apr 21, 2025 -
{cube.sql()} is not supported in YAML/Python
#7484 closed
Apr 16, 2025 -
`{` in `sql` would not allow the data model to compile
#8250 closed
Apr 16, 2025 -
How to use FILTER PARAMS getting Maximum call stack size exceeded
#9454 closed
Apr 15, 2025 -
Dimensions with missing `type` in child cubes don't break data model compilation
#8609 closed
Apr 14, 2025 -
Cubes using sql_table cant be exented with sql
#8519 closed
Apr 14, 2025 -
Joins are not inherited (when `extends` is used)
#7137 closed
Apr 14, 2025 -
Databricks Driver: Export Bucket On GCS
#9393 closed
Apr 14, 2025 -
can't run pre-aggregation (refined)
#9451 closed
Apr 12, 2025 -
can't run pre-aggregation
#9433 closed
Apr 12, 2025 -
Pre-aggregations are not inherited via `extends` in YAML-based models
#9269 closed
Apr 11, 2025 -
Feedback for “Member-level security”
#9308 closed
Apr 10, 2025 -
Export in JS utilities function
#8885 closed
Apr 9, 2025 -
Cube Cloud stopped working with databricks (Multiple entries with same key error)
#9419 closed
Apr 7, 2025 -
`prefix` or `public` keys break `meta`
#8335 closed
Apr 7, 2025
18 Issues opened by 14 people
-
BigQuery string literal error in Tesseract
#9542 opened
May 4, 2025 -
Heap allocation increases as new cubes are added with dynamic modeling
#9540 opened
May 2, 2025 -
Implement Silent Refresh for Auth Tokens with CubeProvider
#9526 opened
Apr 28, 2025 -
Simple SELECT query with aggregation on two cube dimensions not possible
#9523 opened
Apr 27, 2025 -
Add externalbrowser authentication for SSO Snowflake users
#9522 opened
Apr 27, 2025 -
Authenticated/secured Cube Playground interface
#9515 opened
Apr 24, 2025 -
create llms.txt and llms-full.txt for LLM to understand Cube docs
#9511 opened
Apr 24, 2025 -
Allow to set all cubes as private by default
#9510 opened
Apr 23, 2025 -
How to valiadate cube.js schema when you have jinja syntax {{ }} in sql of the cubes
#9506 opened
Apr 23, 2025 -
Redundant Joins with Time Spine and Multiple Fact Tables
#9499 opened
Apr 22, 2025 -
BigQuery pre-aggregations datetime error
#9495 opened
Apr 21, 2025 -
Boolean dimensions/segments become integers in pre-aggregation tables built with ClickHouse
#9494 opened
Apr 18, 2025 -
Time dimension returns [object Object] values from mssql
#9488 opened
Apr 18, 2025 -
can not compile cubestore
#9483 opened
Apr 16, 2025 -
option to enable thick mode of oracledb
#9477 opened
Apr 16, 2025 -
Measure with `string` type, ends up with SUM aggregation in the generated SQL to pre-aggregations
#9462 opened
Apr 14, 2025 -
LocalDirRemoteFs::list_recursive is not portable on Windows
#9460 opened
Apr 12, 2025 -
Filter by time measure doesn't work
#9435 opened
Apr 7, 2025
31 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Error during planning: Table or CTE with name 'pg_catalog.pg_get_keywords' not found
#9119 commented on
Apr 7, 2025 • 0 new comments -
Nullable TimeDimension creates incorrect GraphQL errors
#6972 commented on
Apr 11, 2025 • 0 new comments -
(cubes[1].includes = () => '*') must be one of [*, array]
#9410 commented on
Apr 14, 2025 • 0 new comments -
Remove or caveat Metabase from “Semantic Layer Sync”
#9403 commented on
Apr 14, 2025 • 0 new comments -
Error mapping Clickhouse result set when using joins
#9383 commented on
Apr 14, 2025 • 0 new comments -
Query pushdown in the SQL API not working for a MySQL query
#9379 commented on
Apr 14, 2025 • 0 new comments -
Mismatch in SQL generation: cube-query fails while view-query succeds for multi-stage measure filtering
#9359 commented on
Apr 14, 2025 • 0 new comments -
Sentry integration
#6249 commented on
Apr 15, 2025 • 0 new comments -
Case sensitive "contains" filter operator
#4449 commented on
Apr 16, 2025 • 0 new comments -
Automatically use inner joins when filtering
#494 commented on
Apr 16, 2025 • 0 new comments -
QueryBuilder causes Maximum recursive updates exceeded
#8557 commented on
Apr 16, 2025 • 0 new comments -
Unexpected GROUP BY when using multi_stage and referencing dimensions with {}
#9241 commented on
Apr 21, 2025 • 0 new comments -
Error when filtering a view by a multi_stage measure
#9314 commented on
Apr 21, 2025 • 0 new comments -
Cubestore Router space is growing continuously due to temp-uploads
#9114 commented on
Apr 24, 2025 • 0 new comments -
Rolling Window Calculations with Multiple Dimensions
#9353 commented on
Apr 26, 2025 • 0 new comments -
Intermittently incorrect values when using calculated measures on pre-aggregated leaf measures
#9186 commented on
Apr 28, 2025 • 0 new comments -
Join the same cube twice in one view
#8896 commented on
Apr 30, 2025 • 0 new comments -
Timezones with date only indexes in Athena
#9368 commented on
May 1, 2025 • 0 new comments -
Multi-stage calculations
#8486 commented on
May 5, 2025 • 0 new comments -
bugfix: Invalid QuestDB timestamp floor year unit
#7474 commented on
Apr 28, 2025 • 0 new comments -
Issues/7905
#9231 commented on
Apr 7, 2025 • 0 new comments -
chore(deps): bump openssl from 0.10.66 to 0.10.71 in /rust/cubestore
#9312 commented on
May 5, 2025 • 0 new comments -
chore(deps): Bump protobuf from 2.24.1 to 3.7.2 in /rust/cubestore
#9329 commented on
May 5, 2025 • 0 new comments -
chore(deps): Bump @babel/runtime-corejs3 from 7.18.3 to 7.26.10 in /examples/d3-dashboard/dashboard-app
#9332 commented on
Apr 16, 2025 • 0 new comments -
chore(deps): Bump @babel/helpers from 7.24.1 to 7.26.10 in /packages/cubejs-playground/vizard
#9333 commented on
Apr 16, 2025 • 0 new comments -
chore(deps): Bump @babel/runtime from 7.18.9 to 7.26.10 in /examples/wikipedia-outliers/dashboard-app
#9343 commented on
Apr 16, 2025 • 0 new comments -
feat(schema-compiler): Introduce case insensitive member names duplicates check
#9349 commented on
Apr 7, 2025 • 0 new comments -
fix(schema-compiler): case insensitive filter for ClickHouse
#9373 commented on
Apr 30, 2025 • 0 new comments -
chore(deps): Bump next from 14.2.21 to 14.2.25 in /docs
#9375 commented on
Apr 26, 2025 • 0 new comments -
feat(server-core, query-orchestrator): Use the fastest xxhash for cache keys and model versions
#9397 commented on
Apr 25, 2025 • 0 new comments -
Update workspace.mdx
#9412 commented on
Apr 8, 2025 • 0 new comments