dbt-spark 1.2.0rc1 (July 12, 2022)
Fixes
- Incremental materialization updated to not drop table first if full refresh for delta lake format, as it already runs create or replace table (#286, #287)
- Apache Spark version upgraded to 3.1.1 (#348, #349)
Features
Under the hood
- Update
SparkColumn.numeric_typeto returndecimalinstead ofnumeric, since SparkSQL exclusively supports the former (#380)
Contributors
- @grindheim (#287)
- @nssalian (#349)