- 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
- Closes the connection properly (#280, #285)
- Make internal macros use macro dispatch to be overridable in child adapters (#319, #320)
- Configure insert_overwrite models to use parquet (#301)
- Add support for Apache Hudi (hudi file format) which supports incremental merge strategies (#187, #210)
- Incremental materialization corrected to respect
full_refresh
config, by usingshould_full_refresh()
macro (#260, #262)
- Refactor seed macros: remove duplicated code from dbt-core, and provide clearer logging of SQL parameters that differ by connection method (#249, #250)
- Replace
sample_profiles.yml
withprofile_template.yml
, for use with newdbt init
(#247) - Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #253)
- Add support for structured logging (#251)
- @grindheim (#262)
- @vingov (#210)
For information on prior releases of dbt-spark prior to 1.0.0 please see