Skip to content

Commit d39afe5

Browse files
authored
Merge pull request dbt-msft#693 from dbt-msft/docs/changelog-v1.10.0
Update changelog for v1.10.0
2 parents 3509255 + eeae1ae commit d39afe5

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,32 @@
22

33
### v1.10.0
44

5+
#### Features
6+
7+
- Official support for `dbt-core` 1.10.
58
- Add `query_options` / `query_options_raw` model configs for emitting SQL Server `OPTION` clauses on table, incremental (delete+insert / microbatch), snapshot, and unit_test materializations. See https://github.com/dbt-msft/dbt-sqlserver/issues/613.
69
- `get_query_options()` is the new extension point for customising the emitted `OPTION` clause.
7-
- **Migration note:** `apply_label()` is preserved as a callable alias (emits LABEL only) in case you use it in your own project but is no longer called by adapter macros. Projects that override `apply_label()` to customise the OPTION clause must override `get_query_options()` instead.
10+
- Add DML table refresh support for table materializations.
11+
- Add opt-in native string type mappings via a behaviour flag.
12+
- Add default schema concatenation flag support and update the documentation.
13+
- Enable SQL Server limited-relation no-alias behavior by default.
14+
15+
#### Bugfixes
16+
17+
- Fix reserved-keyword quoting in table-create `DROP VIEW` handling.
18+
- Fix CTE detection in empty-subquery wrapping when leading comments are present.
19+
- Fix snapshot meta column name overrides on a second run.
20+
- Fix connection-string port handling regressions.
21+
- Fix `TABLOCK` interaction with contract-enforced inserts and `query_options`.
22+
- Fix `get_view_definition()` escaping for `]` characters.
23+
24+
#### Migration note
25+
26+
- `apply_label()` is preserved as a callable alias (emits LABEL only) in case you use it in your own project but is no longer called by adapter macros. Projects that override `apply_label()` to customise the OPTION clause must override `get_query_options()` instead.
27+
28+
### v1.9.2
29+
30+
- Add default schema concatenation flag support and update the documentation. See PR #685.
831

932
### v1.9.1
1033

0 commit comments

Comments
 (0)