You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improved dbt Fusion show stability for VS Code extension previews by removing schema / type checking
6
+
- Removed unnecessary language server compilation failure message "Failed to Resolve"
7
+
- Added error on parsing `flags` and `config` properties in `profiles.yml`, as they no longer do anything and are skipped during Fusion parse
8
+
- Improved stability of LSP incremental recompilation
9
+
- Fixed duplicate model name parsing bug ([#63](https://github.com/dbt-labs/dbt-fusion/issues/63))
10
+
- Added support for `DBT_PROFILES_DIR` and other env vars in dbt LSP and `profiles.yml`
11
+
- Added support for `add_query` adapter method in Databricks
12
+
- Added support for Date32/64 and Time32/64 types in dbt Fusion Agate (`stfrtime` method for example). Partially addressed [#79](https://github.com/dbt-labs/dbt-fusion/issues/79)
13
+
- Fixed issue with unit test refs / dependencies not being respected
14
+
- Fixed issue where `static_analysis` config is not respected in YML
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,17 @@ All notable changes to this project will be documented in this file.
6
6
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
7
7
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](../CONTRIBUTING.md#adding-a-changelog-entry)
8
8
9
+
## dbt-fusion 2.0.0-beta.13 - May 30, 2025
10
+
11
+
### Fixes
12
+
13
+
- Improved dbt Fusion show stability for VS Code extension previews by removing schema / type checking
14
+
- Removed unnecessary language server compilation failure message "Failed to Resolve"
15
+
- Added error on parsing `flags` and `config` properties in `profiles.yml`, as they no longer do anything and are skipped during Fusion parse
16
+
- Improved stability of LSP incremental recompilation
17
+
- Fixed duplicate model name parsing bug ([#63](https://github.com/dbt-labs/dbt-fusion/issues/63))
18
+
- Added support for `DBT_PROFILES_DIR` and other env vars in dbt LSP and `profiles.yml`
19
+
- Added support for `add_query` adapter method in Databricks
20
+
- Added support for Date32/64 and Time32/64 types in dbt Fusion Agate (`stfrtime` method for example). Partially addressed [#79](https://github.com/dbt-labs/dbt-fusion/issues/79)
21
+
- Fixed issue with unit test refs / dependencies not being respected
22
+
- Fixed issue where `static_analysis` config is not respected in YML
0 commit comments