Releases: DataJunction/dj
Releases · DataJunction/dj
v0.0.62
v0.0.61
v0.0.59
v0.0.58
v0.0.57
v0.0.56
What's Changed
- Bump version to v0.0.56 (#1735) (dc0f5c9)
- Git Integration for Namespaces (#1730) (9f8ba36)
- Fix release tag diff and docs search (#1733) (893fe08)
- Add docs on types (#1732) (feacfcc)
- Set column order during deployments (#1731) (b6d5e22)
- Derived Metrics Fix (#1729) (a237826)
Full Changelog: v0.0.55...v0.0.56
v0.0.55
What's Changed
- Bump version to v0.0.55 (#1728) (28a5a16)
- Ensure that we're only displaying the last release's diff and not a longer diff (#1727) (8c8755c)
- Bump version to v0.0.54 (#1726) (0784bdf)
- Fix CTE inlining to preserve table aliases and handle multiple references (#1725) (3095fe2)
- Bump version to v0.0.53 (#1724) (b1b8f64)
- Fix issue when a query uses a CTE with a table alias and DJ fails to resolve column types. This is because when inlining a CTE as a subquery, the table alias from the FROM clause was not preserved. The CTE was inlined with its original name instead of the alias, causing column references to fail resolution. (#1723) (2499a07)
- Bump version to v0.0.52 (#1722) (f2d6eda)
- Fix slow /downstreams endpoint for high-fanout nodes (#1721) (c4506b5)
- Add Docs on Supported Metrics (#1720) (270cc9a)
- Bump version to v0.0.51 (#1719) (8a244a3)
- Fix cube versioning (#1718) (453a30e)
- Bump version to v0.0.50 (#1717) (89ab824)
- Display pre-agg hash in UI (#1716) (a5bf69d)
- Fix issue where pre-agg hashes were not unique on node revision, grain, and measures (#1715) (365ce00)
- Add support for default value on a dimension link when there are nulls after a join (#1714) (c5c6c76)
- Fix limit and order by propagation from djsql (#1713) (d847d2c)
- Bump version to v0.0.49 (#1712) (d9ca6a4)
- Optimize DJ SQL and fix Trino compatibility (#1711) (683d9d1)
- Bump version to v0.0.48 (#1710) (f0b664a)
- DJ Logical SQL (#1709) (205b37e)
- Switch to uv (#1707) (d48d4f8)
- Bump version to v0.0.47 (#1708) (ca6257c)
- Add
dj datacommand to the cli (#1705) (2c01cc6) - Query Service Headers + Column Output Schema (#1704) (bf3f28d)
- Bump version to v0.0.46 (#1703) (af2ecbd)
- Switch python client to use v3 SQL builder (#1701) (76bd604)
- Bump version to v0.0.45 (#1702) (a8e636e)
- Add Query Runner UI (#1700) (0ac1046)
- Switch /data endpoint to use v3 sql (#1699) (5c7a307)
- Bump version to v0.0.44 (#1698) (e2d1206)
- Minor UI Tweaks: Remove unnecessary tabs (#1697) (5addb89)
- Add support for ORDER BY and LIMIT to v3 SQL gen (#1696) (9f738b0)
- Bump version to v0.0.43 (#1694) (8f21538)
- Fix metric combiners to use the same logic as metrics sql generation (#1693) (2909a0c)
- Add cascade delete for fks and fix derived metric upstream (#1692) (258c8ae)
- Bump version to v0.0.42 (#1691) (4d5f806)
- Support multi-level derived metrics and fix window metric SQL generation (#1685) (94916fe)
- Remove old release mechanism (#1690) (0d8bf90)
Full Changelog: version-0.0.41...v0.0.55
v0.0.54
v0.0.53
What's Changed
- Bump version to v0.0.53 (#1724) (b1b8f64)
- Fix issue when a query uses a CTE with a table alias and DJ fails to resolve column types. This is because when inlining a CTE as a subquery, the table alias from the FROM clause was not preserved. The CTE was inlined with its original name instead of the alias, causing column references to fail resolution. (#1723) (2499a07)
Full Changelog: https://github.com/DataJunction/dj/compare/version-0.0.52..v0.0.53