Releases: cloudera/dbt-impala
Releases · cloudera/dbt-impala
v1.7.0 - May 9, 2024
What's Changed
- DBT-782: Update readme requirement to reflect right version by @niteshy in #199
- DBT-781: Improve the performance of functional tests. by @vamshikolanu in #198
- DBT-780: Upgrade dbt-core version and dbt-impala adapater version to 1.7 by @vamshikolanu in #197
Full Changelog: v1.6.0...v1.7.0
v1.6.0 - April 12, 2024
What's Changed
- DBT-761: Updating .gitignore to use .venv* instead of .venv/ for consistency by @nsharma-25 in #193
- DBT-769: Upgrade dbt-impala adapter to use v1.5 dbt-core by @vamshikolanu in #195
- DBT-772: Upgrade dbt-impala adapter to use v1.6 dbt-core by @vamshikolanu in #196
New Contributors
- @nsharma-25 made their first contribution in #193
Full Changelog: v1.4.3...v1.6.0
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.2
What's Changed
- Added support for iceberg table format #149, #155, #165, #167, #168,
- Added capability to run integration tests against an Impala endpoint #151
- Added set of integration tests to cover major use-cases #157, #163
- Added contribution guideline for developers #150
- Added code styling, code formatting and syntax checks #171
- Added support for Python 3.7 #169
- Added support for plain authorization connection #141
Bug fixes:
- Adaptor should return an empty list if the table doesn't exist rather than throwing errors #154
- Fixed the partition by clause queries ie remove duplicate columns #160
- Fixed the default incremental_strategy #164
- Fixed the default incremental_strategy when partition columns used #167
- Fixed the incremental insert queries syntax, to support iceberg format #165
- Fixed existing broken integration tests #158
- Skipped some of the already broken grant_tests #151, #159
Full Changelog: v1.3.1...v1.3.4
v1.3.1
What's Changed
- Updated notes by @himanshuajmera in #135
- split dbt_adapter field in instrumentation to dbt_adapter_type and dbt_adapter_version by @sujitkp-blr in #136
- refactor cloudera_tracking: event type as enums, optional userkey, warehouse version fetch by @tovganesh in #134
- remove unused code due to PR #63 by @tovganesh in #64
- merge node_id and model_name into one key: model_name by @tovganesh in #137
- fix a doc typo by @tovganesh in #138
- bump version to 1.3.1 by @tovganesh in #139
Full Changelog: v1.3.0...v1.3.1
v1.3.0
##Additions
Added support for compatibility with dbt-core 1.3.1
What's Changed
- update readme by @tovganesh in #122
- add new tests for docs by @tovganesh in #120
- refactoring incremental - 1 by @tovganesh in #127
- refactoring incremental - 2 by @tovganesh in #128
- add new test TestBaseIncrementalNotSchemaChange by @tovganesh in #125
- Updated releasenotes by @himanshuajmera in #123
- add datatype test by @tovganesh in #124
- add test BaseCurrentTimestampNaive by @tovganesh in #130
- fix issues with nested json for cloudera_tracking payload by @tovganesh in #132
- Mark utils functions that are not supported in Impala by @tovganesh in #131
- add new test TestConcurrencyImpala by @tovganesh in #126
- restructure incremental implementation to follow default implementation by @tovganesh in #129
- bump version for pypi release by @tovganesh in #133
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Additions
Added support to make adapter compatible with dbt-core 1.2.2
Fixes
Fixed issue related to setting request pools (#93).
What's Changed
- skip fetching warehouse permission when no username is available by @tovganesh in #102
- updated release Notes by @himanshuajmera in #100
- [DBT-437] include warehouse version in dbt debug instrumentation by @tovganesh in #101
- cleanup conftest by @tovganesh in #108
- fix issues with cloudera_tracking by @tovganesh in #109
- cross_db macros - strings by @tovganesh in #110
- refactor current_timestamp macro by @tovganesh in #111
- misc cross-db functions (hash, any_value, cast_bool_to_text, bool_or) by @tovganesh in #112
- add date related cross-db macros by @tovganesh in #113
- list related cross-db macro by @tovganesh in #114
- Adding dbt deployment related instrumentation by @sujitkp-blr in #118
- recycle cursor object for a connection by @tovganesh in #119
- support grants by @tovganesh in #116
- Bump up release version to 1 2.0 by @sujitkp-blr in #121