dbt-msft / tsql-utils

dbt-utils for the dbt-msft family of packages
MIT License
25 stars 24 forks source link

Bump dbt-sqlserver from 1.2.0 to 1.3.0 #88

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps dbt-sqlserver from 1.2.0 to 1.3.0.

Release notes

Sourced from dbt-sqlserver's releases.

v1.3.0

What's Changed

v1.3.0

Features

  • Support for dbt-core 1.3
    • Python models are currently not supported in this adapter
    • The following cross-db macros are not supported in this adapter: bool_or, array_construct, array_concat, array_append

Fixes

  • The macro type_boolean now returns the correct data type (bit)

Chores

  • Update adapter testing framework
  • Update dependencies and pre-commit hooks

Complete changelog

All commits: https://github.com/dbt-msft/dbt-sqlserver/compare/v1.2.0...v1.3.0

v1.3.0rc1

Changelog

v1.3.0 (pre-releases)

Features

  • Support for dbt-core 1.3
    • Python models are currently not supported in this adapter
    • The following cross-db macros are not supported in this adapter: bool_or, array_construct, array_concat, array_append

Fixes

  • The macro type_boolean now returns the correct data type (bit)

Chores

  • Update adapter testing framework
  • Update dependencies and pre-commit hooks

Full Changelog: https://github.com/dbt-msft/dbt-sqlserver/compare/v1.2.0...v1.3.0rc1

v1.3.0b1

... (truncated)

Changelog

Sourced from dbt-sqlserver's changelog.

v1.3.0

Features

  • Support for dbt-core 1.3
    • Python models are currently not supported in this adapter
    • The following cross-db macros are not supported in this adapter: bool_or, array_construct, array_concat, array_append

Fixes

  • The macro type_boolean now returns the correct data type (bit)

Chores

  • Update adapter testing framework
  • Update dependencies and pre-commit hooks
Commits
  • d576bfd Merge pull request #302 from dbt-msft/pre-commit-ci-update-config
  • b9c696f prep 1.3.0 offical
  • 47ff567 [pre-commit.ci] pre-commit autoupdate
  • 7759e31 try with cannot find the user again
  • 02cd72d remove auto-principal creation from other tests
  • 15e396c remove data build tool from description
  • 1de0d7c Merge pull request #287 from dbt-msft/v1.3.0
  • f0294e7 fix duplicate test class name
  • 4c50d80 fix default profile
  • 674c9b1 fix path to SQL init script
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #93.