Impala adapter for DBT
Project description
dbt-impala
The dbt-impala
adapter allows you to use dbt along with Apache Impala and Cloudera Data Platform
Getting started
- Install dbt
- Read the introduction and viewpoint
Requirements
Current version of dbt-impala work only with dbt-core 1.3 but not with dbt-core >= 1.4. We are actively working on next release 1.4 which will work with dbt-core 1.4
Python >= 3.7 dbt-core == 1.3.*
For development/testing or contribution to the dbt-impala, please follow Contributing guidelines.
Installing dbt-impala
pip install dbt-impala
Profile Setup
demo_project:
target: dev
outputs:
dev:
type: impala
host: impala-coordinator.my.org.com
port: 443
dbname: my_db
schema: my_db
user: my_user
password: my_pass
auth_type: ldap
http_path: cliservice
Supported features
Name | Supported | Iceberg |
---|---|---|
Materialization: View | Yes | N/A |
Materialization: Table | Yes | Yes |
Materialization: Table with Partitions | Yes | Yes |
Materialization: Incremental - Append | Yes | Yes |
Materialization: Incremental - Append with Partitions | Yes | Yes |
Materialization: Incremental - Insert+Overwrite | Yes | Yes |
Materialization: Incremental - Insert+Overwrite with Partition | Yes | Yes |
Materialization: Incremental - Merge | No | No |
Materialization: Ephemeral | Yes | Yes |
Seeds | Yes | Yes |
Tests | Yes | Yes |
Snapshots | No | No |
Documentation | Yes | Yes |
Authentication: LDAP | Yes | Yes |
Authentication: Kerberos | Yes | No |
Tests Coverage
Functional Tests
Name | Base | Iceberg |
---|---|---|
Materialization: View | Yes | N/A |
Materialization: Table | Yes | Yes |
Materialization: Table with Partitions | Yes | Yes |
Materialization: Incremental - Append | Yes | Yes |
Materialization: Incremental - Append with Partitions | Yes | Yes |
Materialization: Incremental - Insert+Overwrite | Yes | Yes |
Materialization: Incremental - Insert+Overwrite with Partition | Yes | Yes |
Materialization: Ephemeral | Yes | Yes |
Seeds | Yes | Yes |
Tests | Yes | Yes |
Snapshots | No | No |
Documentation | Yes | Yes |
Authentication: LDAP | Yes | Yes |
Authentication: Kerberos | No | No |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dbt-impala-1.4.0.tar.gz
(27.9 kB
view hashes)
Built Distribution
dbt_impala-1.4.0-py3-none-any.whl
(44.2 kB
view hashes)
Close
Hashes for dbt_impala-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c2e77f5f36d86d6876ba2304803e1cf65b0da4ea4ff66a97d78d71f3ba7ee79 |
|
MD5 | 6fdf41a7e2becfa1f4dff85c628222e7 |
|
BLAKE2b-256 | df241f16cab91319d4dd3a8cc5bc8009edbfceb05aaf3708e916f7fcd40a0776 |