Skip to content

Releases: cloudera/dbt-impala

v1.1.5

02 Nov 08:30
e9b92df
Compare
Choose a tag to compare

Added

Capturing additional deployment parameters for instrumentation

What's Changed

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

v1.1.4

03 Oct 08:26
f3389bb
Compare
Choose a tag to compare

Additions

  • Improved user identifiable errors for incorrect hostname and credentials
  • Add user agent for ldap connection
  • Improvements in instrumentation

What's Changed

New Contributors

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

v1.1.3

17 Sep 15:11
3b436dc
Compare
Choose a tag to compare

Additions

  • new instrumentation code
  • to switch off instrumentation use usage_tracking: false in profiles.yml

Fixes

  • addresses an issue where partition_by and incremental_strategy of "append" did not work together

What's Changed

New Contributors

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

v1.1.2

08 Aug 04:05
71dbd29
Compare
Choose a tag to compare

What's Changed

  • Move out the secrets for instrumentation code. by @tovganesh in #48
  • New adapter test suite integration (needs dbt-core=1.1) by @tovganesh in #33
  • make dbname / database optional to provide in the input profiles by @tovganesh in #51
  • enable automatic dbt-core version requirements in setup.py by @tovganesh in #50
  • mention python-decouple dependency in README by @tovganesh in #53

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

v1.1.1

18 Jul 13:52
8269461
Compare
Choose a tag to compare

What's Changed

  • update README to reflect targeting to dbt-core=1.1.0 by @tovganesh in #40
  • list_relations_without_caching should now query and return object type for each object in schema by @tovganesh in #41
  • dbt run for incremental models fail on second run by @tovganesh in #42
  • update impyla dependency to 0.18a5 by @tovganesh in #46
  • prepare for 1.1.1 release by @tovganesh in #47

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

v1.1.0

10 Jun 04:56
1b00d70
Compare
Choose a tag to compare

What's Changed

  • add timeout for snowplow endpoint to handle air gapped env by @tovganesh in #38
  • ensure lower case for pattern passed to "show tables in" query by @tovganesh in #37
  • fix for an issue with get_catalog that caused empty catalog to be generated by @tovganesh in #36
  • bump version number to 1.1.0 to align with dbt-core versioning by @tovganesh in #39
  • Python 3.10 compatibility as a result of migrating to dbt-core=1.1.0

Notes:

Full Changelog: v1.0.6...v1.1.0

v1.0.6

24 May 01:06
f5f67e7
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: insert_overwrite mode along with partition clause, doesn't work as expected
  • Adapter instrumentation added

Full Changelog: v1.0.5...v1.0.6

v1.0.5

29 Apr 11:51
e8cd3ee
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

Added

  • EXTERNAL table support #13

Fixed

  • Schema change on VIEW models incorrectly runs ALTER TABLE and fails #20
  • Column type overrides not honoured on dbt seed #18
  • Remove unsupported backup clause #15
  • Possible fix for failures on subsequent runs for views #23 #26

v1.0.5rc2

11 Apr 16:33
215263e
Compare
Choose a tag to compare
v1.0.5rc2 Pre-release
Pre-release

Added

  • EXTERNAL table support #13

Fixed

  • Schema change on VIEW models incorrectly runs ALTER TABLE and fails #20
  • Column type overrides not honoured on dbt seed #18
  • Remove unsupported backup clause #15

Known issues

  • Possible inconsistent failures on subsequent runs for views #23

v1.0.4a

01 Apr 19:34
ac70db2
Compare
Choose a tag to compare
v1.0.4a Pre-release
Pre-release

Release v1.0.4a

Adds:

  • Kerberos Auth
  • dbt docs
  • dbt snapshots
  • dbt 1.0.4 support

Fixes:

  • dbt --version not working