Added support for iceberg table format Added support for plain authorization connection Added support for Python 3.7 Added contribution guideline for developers Added capability to run integration tests against an endpoint Added set of integration tests to cover major use-cases Bug fixes:
- Adaptor should return empty list if table doesn't exist rather than throwing error
- Fixed the partition by clause queries ie remove duplicate columns
- Fixed the increment behavior with partition, ie to use partitions during the increment append
- Fixed the incremental insert queries syntax, to support iceberg format
- Fixed broken integration tests
Added dbt-core 1.3.0 support
Added dbt-core 1.2.0 support
Updated instrumentation schema
Added user-agent string to improve instrumentation. dbt-impala also adds better error handling and display to the user.
Adding support for append mode when partition_by clause is used. Along with an updated instrumentation package.
Now dbname in profile.yml file is optional; Updated a dependency in README; dbt-core version updates automatically in setup.py
Bug fixes for a specific function
Adapter migration to dbt-core-1.1.0; added time-out for snowplow endpoint to handle air-gapped env
Added support to insert_overwrite mode for incremental models and added instrumentation to the adapter
Added support to an EXTERNAL clause with table materialization & improved error handling for relation macros
Added support to Kerberos authentication method and dbt-docs. Previous two releases were internal.
Cloudera released the first version of the dbt-impala adapter