cube

📊 Cube — The Semantic Layer for Building Data Applications

OTHER License

Downloads
1.5M
Stars
17.8K
Committers
313

Bot releases are hidden (Show)

cube -

Published by paveltiunov over 1 year ago

cube -

Published by paveltiunov over 1 year ago

cube -

Published by paveltiunov over 1 year ago

cube -

Published by ovr over 1 year ago

cube - 0.33.13

Published by ovr over 1 year ago

0.33.13 (2023-05-25)

Features

  • native: Initial support for cube.py (Python configuration) (#6465) (c41af63)
cube - v0.33.12

Published by paveltiunov over 1 year ago

0.33.12 (2023-05-22)

Bug Fixes

  • client-core: drill down check the parent date range bounds (#6639) (5da5e61)
  • Invalid query format: "filters[0]" does not match any of the allowed types for or query (a3b4cd6)
cube - v0.33.11

Published by ovr over 1 year ago

0.33.11 (2023-05-22)

Bug Fixes

Features

  • cubestore: Optimization of inmemory chunk operations for streaming (#6354) (146798a)
  • docker: Install DuckDB as built-in driver (b1e77bd)
  • duckdb-driver: Upgrade DuckDB to 0.8 (7d91f9f)
  • Improve LangChain support (15e51bc)
cube - v0.33.10

Published by paveltiunov over 1 year ago

0.33.10 (2023-05-19)

Bug Fixes

  • remove noisy Warning: Attribute filter.dimension is deprecated. Please use 'member' instead of 'dimension' (546227a)
cube - v0.33.9

Published by paveltiunov over 1 year ago

0.33.9 (2023-05-18)

Bug Fixes

  • databricks-jdbc-driver: Error: [Databricks]JDBC Parameters cannot be used with normal Statement objects, use PreparedStatements instead. (328bb79), closes #6627
  • Invalid query format: "filters[0]" does not match any of the allowed types if queryRewrite is using non string values (ac57b4c)
cube - v0.33.8

Published by ovr over 1 year ago

0.33.8 (2023-05-17)

Bug Fixes

  • athena-driver: Fix partitioned pre-aggregations and column values with , through export bucket (#6596) (1214cab)
  • graphql: exclude empty cubes, revert equals/notEquals type (#6619) (fab1b6a)

Features

  • bigquery-driver: Specify timeout for job on testConnection (#6588) (d724f09)
  • cubestore-driver: Queue - protect possible race condition (query def) #6616) (60294de)
cube - v0.33.7

Published by ovr over 1 year ago

0.33.7 (2023-05-16)

Bug Fixes

  • Limit override isn't respected in queryRewrite (#6605) (172c39b)

Features

  • cubestore-driver: Queue - protect race conditions (#6598) (d503598)
  • cubestore: Queue - allow to GET by processingId (#6608) (f0c1156)
  • cubestore: Queue - delete results via scheduler (#6515) (8e1ab20)
cube - v0.33.6

Published by paveltiunov over 1 year ago

0.33.6 (2023-05-13)

Bug Fixes

  • cubesql: Improve NULL comparison with int/bool (de1be39)
  • cubestore: Optimize unique constraint check on insert (c227ae9)
  • cubestore: Schedule compaction without blocking rw loop (f9bbbac)
  • LIMIT is not enforced (#6586) (8ca5234)
  • snowflake-driver: Bind variable ? not set for partitioned pre-aggregations (#6594) (0819075)

Features

  • cubestore: Queue - support cancel, ack, result_blocking by processingId (#6551) (2e82839)
  • cubestore: Support custom CSV delimiters (#6597) (f8c2c88)
cube - v0.33.5

Published by bsod90 over 1 year ago

0.33.5 (2023-05-11)

Bug Fixes

Features

  • cubestore: Support converting Int16/32, UInt16/32 for DataFrame (#6569) (5e0fd4f)
cube - v0.33.4

Published by paveltiunov over 1 year ago

0.33.4 (2023-05-07)

Bug Fixes

  • docs: fix views example in style guide (1296ddb)
  • join_path for JS schemas and * includes with prefix (#6555) (c76bbef)

Features

  • cubestore: Projection in kafka streaming queries (#6479) (e0495a9)
cube - v0.33.3

Published by paveltiunov over 1 year ago

0.33.3 (2023-05-05)

Bug Fixes

  • databricks-driver: Increase default JDBC acquire timeout to 2 minutes as it can take more time to reconnect (dde9bc4)
  • databricks-driver: Remove package.json dependency from DatabricksDriver to avoid package.json not found issues (#6521) Thanks @carlagouveia ! (b3ac7a1)
  • graphql: Pre-aggregations aren't used for GraphQL queries with date range (#6549) (a343f4d)
  • snowflake-driver: Float exported as decimal for pre-aggregations (#6544) (7c8b8de)

Features

  • docker: Security upgrade node from 16.19.1 to 16.20 (#6547) (5523935)
cube - v0.33.2

Published by ovr over 1 year ago

0.33.2 (2023-05-04)

Bug Fixes

  • cubejs-playground: remove less file import (#6537) (2a4de4b)
  • cubestore: Queue - protect possible race condition on GET_RESULT_BLOCKING (#6535) (d962c05)

Features

  • cubestore-driver: Queue - track orphaned set result (f97fbdc)
  • cubestore: Queue - allow to do merge_extra, heartbeat by processingId (#6534) (bf8df29)
  • cubestore: Queue - expose processingId in queue_add (#6540) (24b4798)
  • cubestore: Queue - expose processingId in queue_retrieve (#6530) (43913ce)
  • cubestore: Queue - return success marker on ack (set result) (e8814bf)
cube - v0.33.1

Published by paveltiunov over 1 year ago

0.33.1 (2023-05-03)

Bug Fixes

  • firebolt-driver: Automatically cast boolean parameters (#6531) (90136dc)
  • snowflake-driver: Revert read-only mode until useOriginalSqlPreAggregations flow is fixed for read only (#6532) (20651a9)
cube - v0.33.0

Published by paveltiunov over 1 year ago

0.33.0 (2023-05-02)

Note: Version bump only for package cubejs

cube - v0.32.31

Published by paveltiunov over 1 year ago

0.32.31 (2023-05-02)

Bug Fixes

  • bigquery-driver: Revert read-only implementation as LIMIT 1 queries generate too much usage (#6523) (f023484)
  • cubesql: Streaming error logging (e27a525)

Features

  • cubesql: psqlodbc driver support (fcfc7ea)
  • Support snake case security_context in COMPILE_CONTEXT (#6519) (feb3fe3)
cube - v0.32.30

Published by paveltiunov over 1 year ago

0.32.30 (2023-04-28)

Bug Fixes

  • Always log authentication errors for debugging purpose (2c309b7)
  • cubejs-playground: SL-58 CC-1686 text and icon fixes (#6490) (1fa96f0)
  • cubesql: Resolve Grafana introspection issues (db32377)
  • cubestore: Error in Sparse HLL entry parsing (#6498) (9719cdc)
  • model style guide, views folder (#6493) (1fa7f99)
  • snowflake-driver: Int is exported to pre-aggregations as decimal… (#6513) (3710b11)

Features

  • bigquery-driver: CI, read-only, streaming and unloading (#6495) (4c07431)
  • gateway: GraphQL snake case support (#6480) (45a46d0)
  • playground: cube type tag, public cubes (#6482) (cede7a7)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status