Dbt-impala

Latest version: v1.8.0

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

Scan your dependencies

Page 2 of 4

1.3.2

What's Changed
- Added support for iceberg table format https://github.com/cloudera/dbt-impala/pull/149, https://github.com/cloudera/dbt-impala/pull/155, https://github.com/cloudera/dbt-impala/pull/165, https://github.com/cloudera/dbt-impala/pull/167, https://github.com/cloudera/dbt-impala/pull/168,
- Added capability to run integration tests against an Impala endpoint https://github.com/cloudera/dbt-impala/pull/151
- Added set of integration tests to cover major use-cases https://github.com/cloudera/dbt-impala/pull/157, https://github.com/cloudera/dbt-impala/pull/163
- Added contribution guideline for developers https://github.com/cloudera/dbt-impala/pull/150
- Added code styling, code formatting and syntax checks https://github.com/cloudera/dbt-impala/pull/171
- Added support for Python 3.7 https://github.com/cloudera/dbt-impala/pull/169
- Added support for plain authorization connection https://github.com/cloudera/dbt-impala/pull/141

Bug fixes:

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

**Full Changelog**: https://github.com/cloudera/dbt-impala/compare/v1.3.1...v1.3.4

1.3.1

What's Changed
* update readme by tovganesh in https://github.com/cloudera/dbt-impala/pull/122
* add new tests for docs by tovganesh in https://github.com/cloudera/dbt-impala/pull/120
* refactoring incremental - 1 by tovganesh in https://github.com/cloudera/dbt-impala/pull/127
* refactoring incremental - 2 by tovganesh in https://github.com/cloudera/dbt-impala/pull/128
* add new test TestBaseIncrementalNotSchemaChange by tovganesh in https://github.com/cloudera/dbt-impala/pull/125
* Updated releasenotes by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/123
* add datatype test by tovganesh in https://github.com/cloudera/dbt-impala/pull/124
* add test BaseCurrentTimestampNaive by tovganesh in https://github.com/cloudera/dbt-impala/pull/130
* fix issues with nested json for cloudera_tracking payload by tovganesh in https://github.com/cloudera/dbt-impala/pull/132
* Mark utils functions that are not supported in Impala by tovganesh in https://github.com/cloudera/dbt-impala/pull/131
* add new test TestConcurrencyImpala by tovganesh in https://github.com/cloudera/dbt-impala/pull/126
* restructure incremental implementation to follow default implementation by tovganesh in https://github.com/cloudera/dbt-impala/pull/129
* bump version for pypi release by tovganesh in https://github.com/cloudera/dbt-impala/pull/133


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

1.3.0

Additions

1.2.0

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

Fixes
Fixed issue related to setting request pools (https://github.com/cloudera/dbt-impala/issues/93).

What's Changed
* skip fetching warehouse permission when no username is available by tovganesh in https://github.com/cloudera/dbt-impala/pull/102
* updated release Notes by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/100
* [DBT-437] include warehouse version in dbt debug instrumentation by tovganesh in https://github.com/cloudera/dbt-impala/pull/101
* cleanup conftest by tovganesh in https://github.com/cloudera/dbt-impala/pull/108
* fix issues with cloudera_tracking by tovganesh in https://github.com/cloudera/dbt-impala/pull/109
* cross_db macros - strings by tovganesh in https://github.com/cloudera/dbt-impala/pull/110
* refactor current_timestamp macro by tovganesh in https://github.com/cloudera/dbt-impala/pull/111
* misc cross-db functions (hash, any_value, cast_bool_to_text, bool_or) by tovganesh in https://github.com/cloudera/dbt-impala/pull/112
* add date related cross-db macros by tovganesh in https://github.com/cloudera/dbt-impala/pull/113
* list related cross-db macro by tovganesh in https://github.com/cloudera/dbt-impala/pull/114
* Adding dbt deployment related instrumentation by sujitkp-blr in https://github.com/cloudera/dbt-impala/pull/118
* recycle cursor object for a connection by tovganesh in https://github.com/cloudera/dbt-impala/pull/119
* support grants by tovganesh in https://github.com/cloudera/dbt-impala/pull/116
* Bump up release version to 1 2.0 by sujitkp-blr in https://github.com/cloudera/dbt-impala/pull/121

1.1.5

Added
Capturing additional deployment parameters for instrumentation

What's Changed
* skip fetching warehouse permission when no username is available by tovganesh in https://github.com/cloudera/dbt-impala/pull/102
* updated release Notes by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/100
* [DBT-437] include warehouse version in dbt debug instrumentation by tovganesh in https://github.com/cloudera/dbt-impala/pull/101
* cleanup conftest by tovganesh in https://github.com/cloudera/dbt-impala/pull/108
* fix issues with cloudera_tracking by tovganesh in https://github.com/cloudera/dbt-impala/pull/109
* Adding dbt deployment related instrumentation by sujitkp-blr in https://github.com/cloudera/dbt-impala/pull/115
* bump version instrumentation branch by sujitkp-blr in https://github.com/cloudera/dbt-impala/pull/117


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

1.1.4

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

What's Changed
* Cleanup the debug user permissions instrumentation by tovganesh in https://github.com/cloudera/dbt-impala/pull/88
* Updated notes for 1.1.3 release in release.md by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/89
* Add http error identification for credentials and hostname errors by SanjeevGitProfile in https://github.com/cloudera/dbt-impala/pull/90
* Added code to fetch cml platform data by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/91
* Create pull request template file by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/92
* Add custom user agent string when using LDAP connection to tag dbt adapter connection. by tovganesh in https://github.com/cloudera/dbt-impala/pull/69
* update impyla dependency to stable 0.18 version by tovganesh in https://github.com/cloudera/dbt-impala/pull/95
* name update by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/96
* Bump to version 1.1.4 by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/98
* add kerberos dependency by tovganesh in https://github.com/cloudera/dbt-impala/pull/99

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

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

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.