v1.1.2
Fixes
- Issue #19 - Incremental update fails on second run
- Issue #17 - Strings are be double quoted when using dbt seed
Additions
- Added instrumentation code
What's Changed
- Add logging feature by @TapasSenapati in #21
- DBT-225 fix for extra quotes added to strings by @TapasSenapati in #22
- handle error for incorrectly provided auth_type in dbt profiles by @tovganesh in #12
- add instrumentation code by @tovganesh in #20
- Address an issue where second run of incremental model was failing with dbt-hive-example by @tovganesh in #23
- fix sql generated for file_format config by @tovganesh in #24
- Fix an issue with incremental merge where the merge SQL was not correctly generated by @tovganesh in #25
- version update by @tovganesh in #26
New Contributors
- @TapasSenapati made their first contribution in #21
Full Changelog: v1.1.1...v1.1.2