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.7.0,>=1.1.0 to >=1.1.0,<1.8.0 #47

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

dbt-spark v1.7.0

dbt-spark 1.7.0 - November 02, 2023

Features

  • Support server side parameters in thrift connection (#387)
  • Support server_side_parameters for Spark session connection method (#690)
  • Add server_side_parameters to HTTP connection method (#824)
  • Enforce server side parameters keys and values to be strings (#826)
  • Add SessionConnectionWrapper (#829)
  • Persist Column level comments when creating views (#372)
  • Support storing test failures as views (#6914)
  • Create temporary views with 'or replace' (#350)

Fixes

  • Wrap AnalysisException into DbtRuntimeError (#782)
  • include tblproperties macro in adapters.sql create table (#865)

Under the Hood

  • Update stale workflow to use centralized version (#842)
  • Remove dependency on hologram (#881)

Dependencies

  • Update tox requirement from ~=3.0 to ~=4.5 (#741)
  • Update pyodbc requirement from ~=4.0.30 to ~=4.0.39 (#742)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#748)
  • Update types-requests requirement from ~=2.28 to ~=2.29 (#749)
  • Bump mypy from 1.2.0 to 1.3.0 (#768)
  • Replace sasl with pure-sasl for PyHive (#818)
  • Update flake8 requirement from ~=6.0 to ~=6.1 (#849)
  • Update types-requests requirement from ~=2.29 to ~=2.31 (#850)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#851)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#852)
  • Update pip-tools requirement from ~=6.13 to ~=7.2 (#856)
  • Update black requirement from ~=23.3 to ~=23.7 (#857)
  • Update wheel requirement from ~=0.40 to ~=0.41 (#858)
  • Update mock requirement from ~=5.0 to ~=5.1 (#859)
  • Bump mypy from 1.3.0 to 1.4.1 (#860)
  • Update tox requirement from ~=4.5 to ~=4.6 (#861)
  • Update pip-tools requirement from ~=7.2 to ~=7.3 (#863)
  • Update tox requirement from ~=4.6 to ~=4.7 (#867)
  • Update tox requirement from ~=4.7 to ~=4.8 (#871)
  • Bump mypy from 1.4.1 to 1.5.0 (#872)
  • Update tox requirement from ~=4.8 to ~=4.9 (#874)
  • Bump mypy from 1.5.0 to 1.5.1 (#875)
  • Update tox requirement from ~=4.9 to ~=4.10 (#879)
  • Update pre-commit requirement from ~=3.3 to ~=3.4 (#884)

... (truncated)

Changelog

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

dbt-spark 1.7.0 - November 02, 2023

Features

  • Support server side parameters in thrift connection (#387)
  • Support server_side_parameters for Spark session connection method (#690)
  • Add server_side_parameters to HTTP connection method (#824)
  • Enforce server side parameters keys and values to be strings (#826)
  • Add SessionConnectionWrapper (#829)
  • Persist Column level comments when creating views (#372)
  • Support storing test failures as views (#6914)
  • Create temporary views with 'or replace' (#350)

Fixes

  • Wrap AnalysisException into DbtRuntimeError (#782)
  • include tblproperties macro in adapters.sql create table (#865)

Under the Hood

  • Update stale workflow to use centralized version (#842)
  • Remove dependency on hologram (#881)

Dependencies

  • Update tox requirement from ~=3.0 to ~=4.5 (#741)
  • Update pyodbc requirement from ~=4.0.30 to ~=4.0.39 (#742)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#748)
  • Update types-requests requirement from ~=2.28 to ~=2.29 (#749)
  • Bump mypy from 1.2.0 to 1.3.0 (#768)
  • Replace sasl with pure-sasl for PyHive (#818)
  • Update flake8 requirement from ~=6.0 to ~=6.1 (#849)
  • Update types-requests requirement from ~=2.29 to ~=2.31 (#850)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#851)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#852)
  • Update pip-tools requirement from ~=6.13 to ~=7.2 (#856)
  • Update black requirement from ~=23.3 to ~=23.7 (#857)
  • Update wheel requirement from ~=0.40 to ~=0.41 (#858)
  • Update mock requirement from ~=5.0 to ~=5.1 (#859)
  • Bump mypy from 1.3.0 to 1.4.1 (#860)
  • Update tox requirement from ~=4.5 to ~=4.6 (#861)
  • Update pip-tools requirement from ~=7.2 to ~=7.3 (#863)
  • Update tox requirement from ~=4.6 to ~=4.7 (#867)
  • Update tox requirement from ~=4.7 to ~=4.8 (#871)
  • Bump mypy from 1.4.1 to 1.5.0 (#872)
  • Update tox requirement from ~=4.8 to ~=4.9 (#874)
  • Bump mypy from 1.5.0 to 1.5.1 (#875)
  • Update tox requirement from ~=4.9 to ~=4.10 (#879)
  • Update pre-commit requirement from ~=3.3 to ~=3.4 (#884)
  • Update black requirement from ~=23.7 to ~=23.9 (#886)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.7.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-spark@v1.1.0...v1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2023
@dependabot dependabot bot requested a review from JCZuurmond November 6, 2023 02:20
@JCZuurmond
Copy link
Collaborator

Prefer #48

@JCZuurmond JCZuurmond closed this Nov 7, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/dbt-spark-ODBC--gte-1.1.0-and-lt-1.8.0 branch November 7, 2023 15:47
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