Skip to content

Releases: cloudera/dbt-hive

v1.4.0

16 Aug 03:10
30c7252
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

05 Dec 06:19
f293ba9
Compare
Choose a tag to compare

What's Changed

  • split dbt_adapter field in instrumentation to dbt_adapter_type and dbt_adapter_version by @sujitkp-blr in #84
  • merge node_id and model_name into one key: model_name by @tovganesh in #86
  • refactor cloudera_tracking: event type as enums, optional userkey, warehouse version fetch by @tovganesh in #87
  • bump version to 1.3.1 by @tovganesh in #88

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Nov 12:57
de7c817
Compare
Choose a tag to compare

##Additions
The adapter is now compatible with dbt-core 1.3.1

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

04 Nov 15:42
90a89dc
Compare
Choose a tag to compare

##Additions:
Added support to make adapter compatible with dbt-core 1.2.2

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.1.5

02 Nov 08:33
2efab2e
Compare
Choose a tag to compare

Additions

Capturing additional deployment parameters for instrumentation

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

24 Sep 00:25
0665e7a
Compare
Choose a tag to compare

Additions

  • Kerberos support
  • Adapter instrumentation

Fixes

  • Better error handling for connection to warehouse

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Sep 17:09
f0f127d
Compare
Choose a tag to compare

Additions

  • External tables

Fixes

  • Fix an issue that prevented connecting to local hive instance

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

01 Sep 16:35
70e49c1
Compare
Choose a tag to compare

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

Full Changelog: v1.1.1...v1.1.2

First release for dbt-hive adapter

23 Aug 09:05
534c6c4
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: https://github.com/cloudera/dbt-hive/commits/v1.1.0

What's Changed

Full Changelog: v1.1.0...v1.1.1