A second release candidate of dbt-spark v1.0.0. Changes since rc1:
Features
- Add support for Apache Hudi (hudi file format) which supports incremental merge strategies (#187, #210)
Under the hood
- 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.ymlwithprofile_template.yml, for use with newdbt init(#247)