Dbt-hive

Latest version: v1.6.0

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

Scan your dependencies

Page 1 of 2

1.4.0

What's Changed

* Added development documentation and tooling by niteshy in 102, 103, 104, 107
* Added functional testing framework and stabilize tests by niteshy in 102, 106, 109, 110, 112, 115, 124
* Bugfix: Handling the edge case scenarios for `datadiff` macro by niteshy in 108
* Added support for [Iceberg v1 & v2](https://iceberg.apache.org/spec/) table types by niteshy, hpasumarthi, vamshikolanu in #96, 113, 122
* Support compatibility with dbt-core 1.4.x vamshikolanu in 114
* Support for running dbt-hive in Windows platform (including other Unix platforms) by niteshy in 119
* Qualify the Kerberos authentication works for dbt-hive niteshy in 119
* Bugfix: Incremental overwrite strategy for partitioned tables by niteshy in 120
* Support [On-Schema-Change ](https://docs.getdbt.com/docs/build/incremental-models#what-if-the-columns-of-my-incremental-model-change) for incremental models by vamshikolanu in 118
* Support Incremental Insert_overwrite strategy for incremental models vamshikolanu, niteshy in 120, 125
* Support Incremental Merge strategy for incremental models vamshikolanu in 123

**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.3.1...v1.4.0

1.3.1

What's Changed
* split dbt_adapter field in instrumentation to dbt_adapter_type and dbt_adapter_version by sujitkp-blr in https://github.com/cloudera/dbt-hive/pull/84
* merge node_id and model_name into one key: model_name by tovganesh in https://github.com/cloudera/dbt-hive/pull/86
* refactor cloudera_tracking: event type as enums, optional userkey, warehouse version fetch by tovganesh in https://github.com/cloudera/dbt-hive/pull/87
* bump version to 1.3.1 by tovganesh in https://github.com/cloudera/dbt-hive/pull/88


**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.3.0...v1.3.1

1.3.0

Additions
The adapter is now compatible with dbt-core 1.3.1

What's Changed
* add basic docs tests by tovganesh in https://github.com/cloudera/dbt-hive/pull/66
* add new test TestBaseIncrementalNotSchemaChange by tovganesh in https://github.com/cloudera/dbt-hive/pull/74
* add BaseConcurrency test by tovganesh in https://github.com/cloudera/dbt-hive/pull/75
* add new adapted method valid_incremental_strategies() by tovganesh in https://github.com/cloudera/dbt-hive/pull/76
* add hive__get_incremental_default_sql() macro by tovganesh in https://github.com/cloudera/dbt-hive/pull/77
* fix issues with nested json for cloudera_tracking payload by tovganesh in https://github.com/cloudera/dbt-hive/pull/81
* restructure incremental implementation to follow default by tovganesh in https://github.com/cloudera/dbt-hive/pull/80
* new utils tests for dbt-core 1.3 by tovganesh in https://github.com/cloudera/dbt-hive/pull/79
* add datatype tests by tovganesh in https://github.com/cloudera/dbt-hive/pull/78
* update version, dbt-core dependency by tovganesh in https://github.com/cloudera/dbt-hive/pull/82
* fix an issue with incorrect merge by tovganesh in https://github.com/cloudera/dbt-hive/pull/83


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

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.