@cubejs-client/core
Advanced tools
Changelog
0.31.30 (2022-12-22)
CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH
strategy (#5858) (f602fee)Changelog
0.31.15 (2022-11-17)
CUBEJS_DB_SNOWFLAKE_CLIENT_SESSION_KEEP_ALIVE=true
by default (be12c40)extends
YAML support (982885e)Changelog
0.31.0 (2022-10-03)
float8
, bool
casts (b345ade)char_length
function to be used with cubes (e99344f)date_trunc
over column filter with <=
(b30d239)${ForeignCube}.foo
. foo
member should be defined in ForeignCube
and referenced as ${ForeignCube.foo}
. You also can't mix references and members without CUBE
self-reference. For example ${ForeignCube.foo} + bar
is invalid and ${ForeignCube.foo} + ${CUBE}.bar
should be used instead. If not fixed, it'll lead to missing tables in the FROM
clause.