Skip to content

dbt-spark v1.5.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 00:42
53c586a

dbt-spark 1.5.0-b3 - March 16, 2023

Features

  • Enforce contracts on models materialized as tables and views (#639, #654)

Fixes

  • Use take() instead of collect on dataframe to improve the performance (#526)
  • Fix pyodbc type_code -> data_type conversion (#665)

Contributors