Skip to content

Commit 8b8a9e5

Browse files
docs: update CHANGELOG.md for v1.12.7 (#231)
* docs: update CHANGELOG.md for v1.12.7 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Version up --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b499436 commit 8b8a9e5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.12.7
44

55
### Features
66

77
- Added `workspace_name` as an optional profile-level field in `profiles.yml`. When set on a target and the lakehouse has schemas enabled, all relations that do not set `config(workspace_name=...)` will automatically use the profile value as a 4-part name prefix (`\`workspace\`.\`lakehouse\`.\`schema\`.table`). Exposes `target.workspace_name` in Jinja for inspection in macros. Model-level `config(workspace_name=...)` still takes precedence. Silently ignored (with a warning) for non-schema-enabled lakehouses. ([#228](https://github.com/microsoft/dbt-fabricspark/issues/228))
8+
- Security updates
9+
10+
---
811

912
## v1.12.6
1013

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.12.6"
1+
version = "1.12.7"

0 commit comments

Comments
 (0)