Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

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)

Updates the requirements on [dbt-spark[odbc]](https://github.com/dbt-labs/dbt-spark) to permit the latest version.
- [Release notes](https://github.com/dbt-labs/dbt-spark/releases)
- [Changelog](https://github.com/dbt-labs/dbt-spark/blob/v1.6.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-spark@v1.1.0...v1.6.0)

---
updated-dependencies:
- dependency-name: dbt-spark[odbc]
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@dependabot dependabot bot requested a review from JCZuurmond August 7, 2023 02:46
@JCZuurmond JCZuurmond enabled auto-merge (squash) August 9, 2023 18:37
@JCZuurmond JCZuurmond merged commit 6f50454 into main Aug 9, 2023
8 checks passed
@JCZuurmond JCZuurmond deleted the dependabot/pip/dbt-spark-odbc--gte-1.1.0-and-lt-1.7.0 branch August 9, 2023 19:00
JCZuurmond added a commit that referenced this pull request Aug 9, 2023
- Support dbt v1.6 ([PR](#37), [PR](#38))
@JCZuurmond JCZuurmond mentioned this pull request Aug 9, 2023
4 tasks
JCZuurmond added a commit that referenced this pull request Aug 10, 2023
- Support dbt v1.6 ([PR](#37), [PR](#38))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant