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