Dbt-impala

Latest version: v1.7.0

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

Scan your dependencies

Page 2 of 4

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

1.1.3

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
* support connection retries using retries variable in profiles.yml by tovganesh in https://github.com/cloudera/dbt-impala/pull/54
* add supporting macros for grants by tovganesh in https://github.com/cloudera/dbt-impala/pull/56
* integrate new basic tests by tovganesh in https://github.com/cloudera/dbt-impala/pull/57
* update to version 1.2.0 by tovganesh in https://github.com/cloudera/dbt-impala/pull/55
* database should be set to None when creating Relation objects by tovganesh in https://github.com/cloudera/dbt-impala/pull/61
* creating a new relation in new_copy should not include database by tovganesh in https://github.com/cloudera/dbt-impala/pull/60
* add defaults to connection params by tovganesh in https://github.com/cloudera/dbt-impala/pull/59
* fix an issue where o/p of show table extended was not correctly parsed for the metadata by tovganesh in https://github.com/cloudera/dbt-impala/pull/62
* refactor getcatalog for changes made in dbt-core by tovganesh in https://github.com/cloudera/dbt-impala/pull/63
* Fix an issue that caused swappable test (view<->table) fail. by tovganesh in https://github.com/cloudera/dbt-impala/pull/65
* add headers to new files by tovganesh in https://github.com/cloudera/dbt-impala/pull/67
* Add macro generate_database_name always returning None by tovganesh in https://github.com/cloudera/dbt-impala/pull/68
* Fix for swappable materialization test by tovganesh in https://github.com/cloudera/dbt-impala/pull/66
* Adding Release note file by himanshuajmera in https://github.com/cloudera/dbt-impala/pull/71
* refactor tracking code by tovganesh in https://github.com/cloudera/dbt-impala/pull/72
* Fix typos and refactor code to pep-8 standards by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/74
* gracefully handle exceptions for tracking code by tovganesh in https://github.com/cloudera/dbt-impala/pull/73
* Platform instrumentation by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/75
* refactor adapter version instrumentation by tovganesh in https://github.com/cloudera/dbt-impala/pull/77
* track connection opening and closing by tovganesh in https://github.com/cloudera/dbt-impala/pull/76
* instrument query execution by tovganesh in https://github.com/cloudera/dbt-impala/pull/78
* for connection failures, capture the exception object for instrumentation by tovganesh in https://github.com/cloudera/dbt-impala/pull/79
* Add profile related instrumentation by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/80
* Make partition_by work with append incremental model by tovganesh in https://github.com/cloudera/dbt-impala/pull/70
* Revert 1.2 additions by tovganesh in https://github.com/cloudera/dbt-impala/pull/81
* capture errors in query execution by tovganesh in https://github.com/cloudera/dbt-impala/pull/82
* Add logic to fetch permissions for user on configured schema/database by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/84
* instrument model usage. by tovganesh in https://github.com/cloudera/dbt-impala/pull/83
* Fix schema of tracking payload by TapasSenapati in https://github.com/cloudera/dbt-impala/pull/85
* update version to 1.1.3, prepare for pypi release by tovganesh in https://github.com/cloudera/dbt-impala/pull/86
* fix instrumentation artifacts by tovganesh in https://github.com/cloudera/dbt-impala/pull/87

New Contributors
* himanshuajmera made their first contribution in https://github.com/cloudera/dbt-impala/pull/71
* TapasSenapati made their first contribution in https://github.com/cloudera/dbt-impala/pull/74

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

1.1.2

What's Changed
* Move out the secrets for instrumentation code. by tovganesh in https://github.com/cloudera/dbt-impala/pull/48
* New adapter test suite integration (needs dbt-core=1.1) by tovganesh in https://github.com/cloudera/dbt-impala/pull/33
* make dbname / database optional to provide in the input profiles by tovganesh in https://github.com/cloudera/dbt-impala/pull/51
* enable automatic dbt-core version requirements in setup.py by tovganesh in https://github.com/cloudera/dbt-impala/pull/50
* mention python-decouple dependency in README by tovganesh in https://github.com/cloudera/dbt-impala/pull/53


**Full Changelog**: https://github.com/cloudera/dbt-impala/compare/v1.1.1...v1.1.2

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.