Skip to content

Releases: cloudera/dbt-impala

v1.7.0 - May 9, 2024

29 Oct 07:04
df1d2d9
Compare
Choose a tag to compare

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

29 Oct 07:01
df1d2d9
Compare
Choose a tag to compare

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

Full Changelog: v1.4.3...v1.6.0

v1.4.3

09 Feb 15:12
55fbd86
Compare
Choose a tag to compare

Bugfix

  • DBT-759: Gracefully handle errors of describe statement during metadata scan #190

Full Changelog: v1.4.2...v1.4.3

v1.4.2

08 Feb 02:09
c429927
Compare
Choose a tag to compare

Bugfix

  • Raise the exception if the metadata scan failed for any table #188

Full Changelog: v1.4.1...v1.4.2

v1.4.1

10 Nov 18:36
0d4e439
Compare
Choose a tag to compare

Changes

  • Adding tests for full_refresh #182
  • Improvement in development tool using Makefile #185

Bugfix:

  • Fix the readme #185
  • Cleaning the temp table which is created as part of incremental strategy #186

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Jun 22:41
988e6c1
Compare
Choose a tag to compare

What's Changed

  • Made compatibility changes for dbt-core-1.4 #175

Bugfix:

  • Removed the optional semicolon at the queries #173

Full Changelog: v1.3.4...v1.4.0

v1.3.2

11 May 04:28
dfb3c57
Compare
Choose a tag to compare

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:

  1. Adaptor should return an empty list if the table doesn't exist rather than throwing errors #154
  2. Fixed the partition by clause queries ie remove duplicate columns #160
  3. Fixed the default incremental_strategy #164
  4. Fixed the default incremental_strategy when partition columns used #167
  5. Fixed the incremental insert queries syntax, to support iceberg format #165
  6. Fixed existing broken integration tests #158
  7. Skipped some of the already broken grant_tests #151, #159

Full Changelog: v1.3.1...v1.3.4

v1.3.1

05 Dec 06:19
2ba8a73
Compare
Choose a tag to compare

What's Changed

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

v1.3.0

18 Nov 13:49
c554779
Compare
Choose a tag to compare

##Additions
Added support for compatibility with dbt-core 1.3.1

What's Changed

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

v1.2.0

03 Nov 03:29
6693278
Compare
Choose a tag to compare

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