Skip to content

Tags: SimonKDirect4me/dbt-sqlserver

Tags

v1.11.7

Toggle v1.11.7's commit message
fix: bump release workflow Python from 3.9 to 3.11

dbt-adapters>=1.22.0 requires Python >=3.10, so the release pipeline
was failing during dependency installation.

v1.10.20

Toggle v1.10.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade to dbt-core 1.10.20 (#5)

- Bump version to 1.10.20 (no adapter code changes needed)
- All 1.10.1-1.10.20 patches are internal fixes with no adapter API changes

Co-authored-by: e-KorosecS <simon.korosec@tanzanit.si>

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade dbt-adapters to >=1.22.0 (#4)

- Bump dbt-adapters minimum to 1.22.0 (from 1.15.2)
- Fix unit test materialization: pass column_name_to_quoted to
  get_expected_sql (required by dbt-adapters 1.22.x)
- protobuf 6.x works at runtime despite dbt-core 1.10.0 declaring <6.0

Co-authored-by: e-KorosecS <simon.korosec@tanzanit.si>

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade to dbt-core 1.10.0 (#3)

- Update dbt-core to 1.10.0, dbt-fabric to >=1.9.8
- Update snapshot macro: strategy.invalidate_hard_deletes -> strategy.hard_deletes == 'invalidate' (new 1.10 API)
- Revert unit test macro to 2-arg get_expected_sql (dbt-adapters 1.16.3 compat)
- Override concurrency test for dbt 1.10 output format (adds NO-OP=0)
- All functional tests passing (126 passed, 0 failed)

Co-authored-by: e-KorosecS <simon.korosec@tanzanit.si>

v1.9.10

Toggle v1.9.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: upgrade to dbt-core 1.9.10 (#2)

- Update dbt-core dependency to 1.9.10, dbt-adapters to >=1.22.0
- Fix unit test materialization: pass column_name_to_quoted to
  get_expected_sql (required by dbt-adapters 1.22.x)
- All functional tests passing (126 passed, 0 failed)

Co-authored-by: e-KorosecS <simon.korosec@tanzanit.si>