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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
### v1.7.2
4
+
5
+
Updated to use dbt-fabric as the upstream adapter (https://github.com/dbt-msft/dbt-sqlserver/issues/441#issuecomment-1815837171)[https://github.com/dbt-msft/dbt-sqlserver/issues/441#issuecomment-1815837171] and (https://github.com/microsoft/dbt-fabric/issues/105)[https://github.com/microsoft/dbt-fabric/issues/105]
6
+
7
+
As the fabric adapter implements the majority of auth and required t-sql, this adapter delegates primarily to SQL auth and SQL Server specific
8
+
adaptations (using `SELECT INTO` vs `CREATE TABLE AS`).
9
+
10
+
Additional major changes pulled from fabric adapter:
11
+
12
+
*`TIMESTAMP` changing from `DATETIMEOFFSET` to `DATETIME2(6)`
13
+
*`STRING` changing from `VARCHAR(MAX)` to `VARCHAR(8000)`
14
+
15
+
16
+
#### Future work to be validated
17
+
18
+
* Fabric specific items that need further over-rides (clone for example needed overriding)
19
+
* Azure Auth elements to be deferred to Fabric, but should be validated
20
+
* T-SQL Package to be updated and validated with these changes.
21
+
3
22
### v1.4.3
4
23
5
24
Another minor release to follow up on the 1.4 releases.
0 commit comments