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 use dbt-core 1.7.*. We are actively working on supporting the next version of dbt-core 1.8
Python >= 3.7 dbt-core == 1.7.*
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.7.0.tar.gz
(27.8 kB
view hashes)
Built Distribution
dbt_impala-1.7.0-py3-none-any.whl
(44.0 kB
view hashes)
Close
Hashes for dbt_impala-1.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1534a3ba1a07342bbf9349e1478e4364d2034424ca739a84ff763b679e151327 |
|
MD5 | a2f034ea912ce57344af271a66b4fc3f |
|
BLAKE2b-256 | 52efef3ea3436b78f7eba9ccb735006ce70a1c3b152f226385d639fa88d7ac04 |