Releases: DataJunction/dj
Releases · DataJunction/dj
v0.0.137
v0.0.136
What's Changed
- Bump version to v0.0.136 (#2056) (6025e50)
- Keep setup as part of the deployment savepoint (#2054) (b848858)
- Fix reverse mapping on dimension links for multi-column join clauses (#2052) (695f0d8)
- Remove parsed-AST cache from bulk metric derivation (#2055) (4236308)
- Add a default server config for non-source nodes. (#2035) (1253502)
Full Changelog: v0.0.135...v0.0.136
v0.0.135
What's Changed
- Bump version to v0.0.135 (#2053) (a9bb812)
- Populate derived expression and frozen measures during deployment (#2050) (fe71302)
- Fix type inference for
LIKEand other Predicate nodes (#2051) (83b13f8) - Batch load extracted measures, conditional attribute selectinload, fast-path resolver for derived expression, conditional metric metadata AST parse (#2049) (94643cc)
- Check for NodeRevision in ast cache before pulling attributes (#2048) (c0dedff)
- Reduce extraneous loading for sql build v3 (#2046) (33428b3)
- Fix cube custom_metadata writes. (#2042) (e37989a)
- Guard against having an empty namespace when deploying (#2045) (65a5d41)
Full Changelog: v0.0.134...v0.0.135
v0.0.134
What's Changed
- Bump version to v0.0.134 (#2044) (04e7aa9)
- Fix DetachedInstanceError on partitioned column GraphQL queries (#2043) (0763bb8)
- Fix cube crash when requesting
columns(#2041) (66d3994) - Unify single-node and bulk deployment validation paths (#2037) (3d71cf5)
- Fix GraphQL queries that use fragment spreads (#2039) (4af9ef7)
- Fix dryrun namespace derivation to match push behavior (#2038) (d731441)
Full Changelog: v0.0.133...v0.0.134
v0.0.133
v0.0.132
v0.0.131
v0.0.130
What's Changed
- Bump version to v0.0.130 (#2029) (5d62fbf)
- Create a fresh session per resolver to avoid concurrent session conflicts (#2028) (3f0cb53)
- Fix materialization plan to skip missing nodes instead of crashing. Fix log resolver to preserve original traceback (#2027) (d23e35a)
- Add tests for v3 SQL generation edge cases (#2023) (24f429b)
Full Changelog: v0.0.129...v0.0.130