Releases: cloudera/dbt-hive
Releases · cloudera/dbt-hive
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
First release for dbt-hive adapter
Works with dbt-core 1.1.X
What's Changed
- replace pyhive with impyla for warehouse connectivity by @tovganesh in #1
- refactor functional test class names to reflect the adapter name by @tovganesh in #4
- fix an issue where datetime field in seed file caused an error with impyla Cursor object. by @tovganesh in #5
- author update in setup.py by @tovganesh in #2
- update README for profile change by @tovganesh in #6
- update setup.py so that the correct version of dbt-core is picked up by @tovganesh in #7
- fix an issue that caused object types to be wrongly classified as table when they were views by @tovganesh in #8
- typo fix in readme by @tovganesh in #9
- update readme to include credit to initial author by @tovganesh in #10
- add sqlparams dependency in setup by @tovganesh in #11
- Update copyright headers for hive adapter by @sujitkp-blr in #13
New Contributors
- @tovganesh made their first contribution in #1
- @sujitkp-blr made their first contribution in #13
Full Changelog: https://github.com/cloudera/dbt-hive/commits/v1.1.0
What's Changed
- update README by @tovganesh in #14
- add standard readme description as per other adapters by @tovganesh in #16
- update version number in setup.py by @tovganesh in #15
- bump version number to prepare for pypi release by @tovganesh in #18
Full Changelog: v1.1.0...v1.1.1