godatadriven / pytest-dbt-core

Pytest plugin for dbt core
https://pytest-dbt-core.readthedocs.io/en/latest/
Apache License 2.0
58 stars 2 forks source link

Update dbt-spark[odbc] requirement from <1.6.0,>=1.1.0 to >=1.1.0,<1.7.0 #37

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on dbt-spark[odbc] to permit the latest version.

Release notes

Sourced from dbt-spark[odbc]'s releases.

dbt-spark v1.6.0

dbt-spark 1.6.0 - July 31, 2023

Features

  • Support insert_overwrite strategy with delta (#1013)
  • All constraint types are supported, but not enforced. (#656, #657)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-spark portion of dbt_clone functionality (#815)

Fixes

  • allow negative args for spark split part (#688)
  • Fixed issue where table materialization was not always properly refreshing for non-admin users on Databricks (#725)
  • Remove dead code 💀 (#758)
  • Disallow untyped def's (#760)
  • wrap expression for check constraints in parentheses (#7480)
  • Allow hostname to be provided with or without trailing slash (#302)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)

Under the Hood

  • Remove unneeded type ignore (#753)
  • drop support for python 3.7 (#792)

Dependencies

  • Update black requirement from ~=23.1 to ~=23.3 (#701)
  • Bump mypy from 1.1.1 to 1.2.0 (#708)
  • Update pytest requirement from ~=7.2 to ~=7.3 (#726)
  • Update types-pytz requirement from ~=2023.2 to ~=2023.3 (#704)
  • Update pip-tools requirement from ~=6.12 to ~=6.13 (#737)
  • Update pytz requirement from ~=2023.2 to ~=2023.3 (#702)

Dependency

  • Bump pyodbc from 4.0.34 to 4.0.35 (#417)

Contributors

Changelog

Sourced from dbt-spark[odbc]'s changelog.

dbt-spark 1.6.0 - July 31, 2023

Features

  • Support insert_overwrite strategy with delta (#1013)
  • All constraint types are supported, but not enforced. (#656, #657)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-spark portion of dbt_clone functionality (#815)

Fixes

  • allow negative args for spark split part (#688)
  • Fixed issue where table materialization was not always properly refreshing for non-admin users on Databricks (#725)
  • Remove dead code 💀 (#758)
  • Disallow untyped def's (#760)
  • wrap expression for check constraints in parentheses (#7480)
  • Allow hostname to be provided with or without trailing slash (#302)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)

Under the Hood

  • Remove unneeded type ignore (#753)
  • drop support for python 3.7 (#792)

Dependencies

  • Update black requirement from ~=23.1 to ~=23.3 (#701)
  • Bump mypy from 1.1.1 to 1.2.0 (#708)
  • Update pytest requirement from ~=7.2 to ~=7.3 (#726)
  • Update types-pytz requirement from ~=2023.2 to ~=2023.3 (#704)
  • Update pip-tools requirement from ~=6.12 to ~=6.13 (#737)
  • Update pytz requirement from ~=2023.2 to ~=2023.3 (#702)

Dependency

  • Bump pyodbc from 4.0.34 to 4.0.35 (#417)

Contributors

Previous Releases

For information on prior major and minor releases, see their changelogs:

... (truncated)

Commits
  • 1ce809c [create-pull-request] automated change (#843)
  • 3b1dc21 [create-pull-request] automated change (#839)
  • 3c16999 bumping .latest branch variable in update_dependencies.sh to 1.6.latest
  • a6dc99f dbt_clone macros, materialization and tests to dbt-spark (#816)
  • b685297 Fix split part negative part number (#689)
  • 46e991a update pr template (#831)
  • 682c3a3 remove dependent_projects_dict from utils.py (#819)
  • b4a2f94 Allow hostname to be provided with or without a trailing slash (#784)
  • 8ea1597 Disallow untyped def's (#767)
  • a1d161c fix utils.py (#809)
  • Additional commits viewable in compare view


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)