What's Changed
- fix(dbt): preserve source identifier quoting when it contains dots or spaces by @jagannalla in #5827
- fix: Swap parser override order for macro IF under T-SQL (Issue #5823) by @jagannalla in #5828
- feat(ui): add tag-based node color coding for lineage DAG by @CTC97 in #5834
- feat: skip state-sync for the
formatcommand by @j-hartshorn in #5804 - fix(lsp): read self.context_state instead of stale local variable in _context_get_or_load by @jthurlburt in #5747
- feat(models): render blueprint vars in columns dict by @lafirm in #5845
- allow for configuring pr preview default start and min intervals separately by @gjesse in #5824
- fix(dbt): pin pyOpenSSL>=24.0.0 for dbt 1.6 and 1.7 test environments by @mday-io in #5852
- fix(clickhouse): support multi-gateway projects with catalog-aware engines by @mday-io in #5826
- fix(dlt): surface underlying error and hint when attaching to pipeline fails by @nkwork9999 in #5836
- fix(docs): pin pygments to 2.19.2 and keep syntax highlighting by @lafirm in #5854
- fix: Databricks column type identification by @davem-bis in #5848
- Support Databricks query tags in session properties by @WhammyLeaf in #5794
- Comment registration support for MSSQL engine by @ujfalusis in #5790
- feat(connections): Add
mssql-pythondriver. by @walanguzzi in #5839 - fix: prioritize @each lambda params over column name conflicts by @MubinUmarov in #5769
- Comment suppport mssql fabric fix by @ujfalusis in #5862
- doc: fix a typo in the concepts overview by @SergiyKolesnikov in #5866
- fix(format): keep MODEL/AUDIT/METRIC header dialect-agnostic (#5773) by @anxkhn in #5864
- feat(jinja): add b64decode/b64encode builtin filters by @anxkhn in #5863
- fix(dlt): use timestamp macros for incremental model time filter by @anxkhn in #5867
- feat: support
CLUSTER BY [AUTO, NONE]for Databricks by @EhabEasee in #5846 - fix: non-breaking detection for redundant cast projections by @albertosuman-1k5 in #5851
- fix: replace ast.Str and drop astor by @lafirm in #5850
New Contributors
- @jagannalla made their first contribution in #5827
- @j-hartshorn made their first contribution in #5804
- @jthurlburt made their first contribution in #5747
- @nkwork9999 made their first contribution in #5836
- @davem-bis made their first contribution in #5848
- @WhammyLeaf made their first contribution in #5794
- @ujfalusis made their first contribution in #5790
- @walanguzzi made their first contribution in #5839
- @MubinUmarov made their first contribution in #5769
- @SergiyKolesnikov made their first contribution in #5866
- @anxkhn made their first contribution in #5864
- @EhabEasee made their first contribution in #5846
Full Changelog: v0.235.4...v0.236.0