Skip to content

Commit 266ce42

Browse files
GitHub Actionsfa-assistant
authored andcommitted
Merge remote-tracking branch 'origin/release/2.0.0-preview.19-17808429849'
GitOrigin-RevId: e7097d80a54341a7e946e3444d6d2d478b14594b
1 parent c22b6e3 commit 266ce42

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ All notable changes to this project will be documented in this file.
66
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
77
- 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).
88

9+
## 2.0.0-preview.19 - September 17, 2025
10+
11+
### Fixes
12+
13+
- [dbt-fusion] Make UNPIVOT plan clearly non-executable
14+
- [dbt-fusion] [BUG] Fusion doesn't pass profile-configured database/schema into the connection parameters ([#140](https://github.com/dbt-labs/dbt-fusion/issues/140))
15+
- [dbt-fusion] Fix persist_docs macro failure with empty comment ([#738](https://github.com/dbt-labs/dbt-fusion/issues/738))
16+
- [dbt-fusion] Cache: Fixed docs macro files as input files
17+
- [dbt-fusion] Add tenant_hostname to dbt-cloud dictionary in dbt_project.yml ([#765](https://github.com/dbt-labs/dbt-fusion/issues/765))
18+
- [dbt-fusion] Fix Databricks numeric literals and identifiers starting with a digit
19+
- [dbt-fusion] Fix build_after causing SAO to deadlock
20+
21+
### Under the Hood
22+
23+
- [dbt-fusion] improve download_artifact.sh
24+
25+
### Contributors
26+
- [@ajhlee-dbt](https://github.com/ajhlee-dbt) ([#738](https://github.com/dbt-labs/dbt-fusion/issues/738))
27+
28+
929
## 2.0.0-preview.18 - September 17, 2025
1030

1131
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ homepage = "https://getdbt.com"
4848
keywords = ["sql", "parquet", "json", "csv", "dbt"]
4949
license = "Elastic-2.0"
5050
repository = "https://github.com/dbt-labs/dbt-fusion"
51-
version = "2.0.0-preview.18"
51+
version = "2.0.0-preview.19"
5252

5353
[patch.crates-io]
5454

0 commit comments

Comments
 (0)