Dbt-hive

Latest version: v1.8.0

Safety actively analyzes 701533 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.2.0

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

What's Changed
* update impyla to stable version by tovganesh in https://github.com/cloudera/dbt-hive/pull/48
* fix unused imports by tovganesh in https://github.com/cloudera/dbt-hive/pull/47
* include warehouse version in instrumentation by tovganesh in https://github.com/cloudera/dbt-hive/pull/50
* update readme and dependency for kerberos by tovganesh in https://github.com/cloudera/dbt-hive/pull/49
* cleanup conftest parameters by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/56
* fix issues with cloudera instrumentation by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/57
* cross db macro strings by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/58
* Refactor timestamp macro by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/59
* bool any_value macros by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/60
* date related macros by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/61
* hash and misc macros by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/62
* Changes to support list aggregation macro by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/63
* Adding dbt deployment environment instrumentation (65) by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/68
* grants support by tovganesh in https://github.com/cloudera/dbt-hive/pull/64
* support for datediff by tovganesh in https://github.com/cloudera/dbt-hive/pull/69
* update version and README for 1.2 release by tovganesh in https://github.com/cloudera/dbt-hive/pull/70
* fix and issue when using dbt seed with number values of 0 would get converted to NULL by tovganesh in https://github.com/cloudera/dbt-hive/pull/71


**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.4...v1.2.0

1.1.5

Additions
Capturing additional deployment parameters for instrumentation

What's Changed
* update impyla to stable version by tovganesh in https://github.com/cloudera/dbt-hive/pull/48
* fix unused imports by tovganesh in https://github.com/cloudera/dbt-hive/pull/47
* include warehouse version in instrumentation by tovganesh in https://github.com/cloudera/dbt-hive/pull/50
* update readme and dependency for kerberos by tovganesh in https://github.com/cloudera/dbt-hive/pull/49
* cleanup conftest parameters by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/56
* fix issues with cloudera instrumentation by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/57
* Adding dbt deployment environment instrumentation by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/65
* bump version instrumentation branch by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/67


**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.4...v1.1.5

1.1.4

Additions
* Kerberos support
* Adapter instrumentation

Fixes
* Better error handling for connection to warehouse

What's Changed
* reformat the code as per pep-8 standards by tovganesh in https://github.com/cloudera/dbt-hive/pull/32
* add kerberos support by tovganesh in https://github.com/cloudera/dbt-hive/pull/33
* Add cloudera tracking library+ cleanup old tracking by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/34
* Platform instrumentation by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/35
* add alias for common profile parameters by tovganesh in https://github.com/cloudera/dbt-hive/pull/36
* Model instrumentation refactoring by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/39
* Add http error identification for credentials and hostname errors by SanjeevGitProfile in https://github.com/cloudera/dbt-hive/pull/37
* Create pull_request_template.md by tovganesh in https://github.com/cloudera/dbt-hive/pull/41
* Model instrumentation by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/42
* Add query instrumentation by tovganesh in https://github.com/cloudera/dbt-hive/pull/40
* Fetch user permissions when performing dbt debug for instrumentation by tovganesh in https://github.com/cloudera/dbt-hive/pull/38
* Add connection related instrumentation. by tovganesh in https://github.com/cloudera/dbt-hive/pull/43
* bump version for pypi release by tovganesh in https://github.com/cloudera/dbt-hive/pull/44
* Cml profile instrumentation by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/45
* Fix env type by tovganesh in https://github.com/cloudera/dbt-hive/pull/46

New Contributors
* SanjeevGitProfile made their first contribution in https://github.com/cloudera/dbt-hive/pull/37

**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.3...v1.1.4

1.1.3

Additions
* External tables

Fixes
* Fix an issue that prevented connecting to local hive instance

What's Changed
* fix an issue that prevented connection to local hive instance by tovganesh in https://github.com/cloudera/dbt-hive/pull/29
* Support external table. by tovganesh in https://github.com/cloudera/dbt-hive/pull/27
* Use Hive version to determine if merge is supported by tovganesh in https://github.com/cloudera/dbt-hive/pull/30
* version bump for pypi release 1.1.3 by tovganesh in https://github.com/cloudera/dbt-hive/pull/31


**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.2...v1.1.3

1.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 https://github.com/cloudera/dbt-hive/pull/21
* DBT-225 fix for extra quotes added to strings by TapasSenapati in https://github.com/cloudera/dbt-hive/pull/22
* handle error for incorrectly provided auth_type in dbt profiles by tovganesh in https://github.com/cloudera/dbt-hive/pull/12
* add instrumentation code by tovganesh in https://github.com/cloudera/dbt-hive/pull/20
* Address an issue where second run of incremental model was failing with dbt-hive-example by tovganesh in https://github.com/cloudera/dbt-hive/pull/23
* fix sql generated for file_format config by tovganesh in https://github.com/cloudera/dbt-hive/pull/24
* Fix an issue with incremental merge where the merge SQL was not correctly generated by tovganesh in https://github.com/cloudera/dbt-hive/pull/25
* version update by tovganesh in https://github.com/cloudera/dbt-hive/pull/26

New Contributors
* TapasSenapati made their first contribution in https://github.com/cloudera/dbt-hive/pull/21

**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.1...v1.1.2

1.1.1

Works with dbt-core 1.1.X
What's Changed
* replace pyhive with impyla for warehouse connectivity by tovganesh in https://github.com/cloudera/dbt-hive/pull/1
* refactor functional test class names to reflect the adapter name by tovganesh in https://github.com/cloudera/dbt-hive/pull/4
* fix an issue where datetime field in seed file caused an error with impyla Cursor object. by tovganesh in https://github.com/cloudera/dbt-hive/pull/5
* author update in setup.py by tovganesh in https://github.com/cloudera/dbt-hive/pull/2
* update README for profile change by tovganesh in https://github.com/cloudera/dbt-hive/pull/6
* update setup.py so that the correct version of dbt-core is picked up by tovganesh in https://github.com/cloudera/dbt-hive/pull/7
* fix an issue that caused object types to be wrongly classified as table when they were views by tovganesh in https://github.com/cloudera/dbt-hive/pull/8
* typo fix in readme by tovganesh in https://github.com/cloudera/dbt-hive/pull/9
* update readme to include credit to initial author by tovganesh in https://github.com/cloudera/dbt-hive/pull/10
* add sqlparams dependency in setup by tovganesh in https://github.com/cloudera/dbt-hive/pull/11
* Update copyright headers for hive adapter by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/13

New Contributors
* tovganesh made their first contribution in https://github.com/cloudera/dbt-hive/pull/1
* sujitkp-blr made their first contribution in https://github.com/cloudera/dbt-hive/pull/13

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

What's Changed
* update README by tovganesh in https://github.com/cloudera/dbt-hive/pull/14
* add standard readme description as per other adapters by tovganesh in https://github.com/cloudera/dbt-hive/pull/16
* update version number in setup.py by tovganesh in https://github.com/cloudera/dbt-hive/pull/15
* bump version number to prepare for pypi release by tovganesh in https://github.com/cloudera/dbt-hive/pull/18


**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.1.0...v1.1.1

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.