Skip to content

dbt-spark v1.6.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 21:01
5e9bf97

dbt-spark 1.6.0-b1 - May 12, 2023

Features

  • Support insert_overwrite strategy with delta (#1013)

Fixes

  • Fixed issue where table materialization was not always properly refreshing for non-admin users on Databricks (#725)
  • Remove dead code 💀 (#758)

Under the Hood

  • Remove unneeded type ignore (#753)

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