Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 6.35 KB

CHANGELOG.md

File metadata and controls

96 lines (73 loc) · 6.35 KB

dbt-spark Changelog

  • This file provides a full account of all changes to dbt-spark.
  • Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
  • "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
  • Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide

dbt-spark 1.7.0-b2 - October 02, 2023

Features

  • Persist Column level comments when creating views (#372)

Under the Hood

  • Remove dependency on hologram (#881)

Dependencies

  • Replace sasl with pure-sasl for PyHive (#818)
  • 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)
  • Update tox requirement from ~=4.10 to ~=4.11 (#887)

Security

  • Add docker image to the repo (#876)

Contributors

dbt-spark 1.7.0-b1 - August 17, 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)

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)

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)
  • 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)

Contributors

Previous Releases

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