Skip to content

Commit 5394dc7

Browse files
committed
updated changes and contrib
1 parent e4a7869 commit 5394dc7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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+
322
### v1.4.3
423

524
Another minor release to follow up on the 1.4 releases.

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ make help
2020
[Pre-commit](https://pre-commit.com/) helps us to maintain a consistent style and code quality across the entire project.
2121
After running `make dev`, pre-commit will automatically validate your commits and fix any formatting issues whenever possible.
2222

23+
## Devcontainer
24+
25+
A devcontainer file has been added since 1.7.2 to simpify creating the development environment.
26+
2327
## Testing
2428

2529
The functional tests require a running SQL Server instance. You can easily spin up a local instance with the following command:

0 commit comments

Comments
 (0)