The db2 adapter plugin for dbt (data build tool)
Project description
dbt-ibmdb2
This plugin ports dbt functionality to IBM DB2.
This is an experimental plugin:
- We have not tested it extensively
- Only basic tests are implemented
- Compatibility with other dbt packages (like dbt_utils) is only partially tested
Please read these docs carefully and use at your own risk. Issues welcome!
Table of Contents
Installation
This plugin can be installed via pip:
$ pip install dbt-ibmdb2
Supported features
DB2 LUW | DB2 z/OS | Feature |
---|---|---|
✅ | 🤷 | Table materialization |
✅ | 🤷 | View materialization |
✅ | 🤷 | Incremental materialization |
✅ | 🤷 | Ephemeral materialization |
✅ | 🤷 | Seeds |
✅ | 🤷 | Sources |
✅ | 🤷 | Custom data tests |
✅ | 🤷 | Docs generate |
✅ | 🤷 | Snapshots |
Notes:
- dbt-ibmdb2 is built on the ibm_db python package and there are some known encoding issues related to z/OS.
Configuring your profile
A dbt profile can be configured to run against DB2 using the following configuration example:
Example entry for profiles.yml:
your_profile_name:
target: dev
outputs:
dev:
type: ibmdb2
schema: analytics
database: test
host: localhost
port: 50000
protocol: TCPIP
user: my_username
password: my_password
extra_connect_opts: my_extra_config_options
Option | Description | Required? | Example |
---|---|---|---|
type | The specific adapter to use | Required | ibmdb2 |
schema | Specify the schema (database) to build models into | Required | analytics |
database | Specify the database you want to connect to | Required | testdb |
host | Hostname or IP-adress | Required | localhost |
port | The port to use | Optional | 50000 |
protocol | Protocol to use | Optional | TCPIP |
user | The username to use to connect to the server | Required | my-username |
password | The password to use for authenticating to the server | Required | my-password |
extra_connect_opts | Extra connection options | Optional | Security=SSL;SSLClientKeyStoreDB=<path-to-client-keystore>;SSLClientKeyStash=<path-to-client-keystash> |
Setup dev environment and run tests
Make sure you have docker and poetry installed globally.
make install
make test
make uninstall
Reporting bugs
Want to report a bug or request a feature? Open an issue.
Credits
dbt-ibmdb2 is heavily inspired by and borrows from dbt-mysql and dbt-oracle.
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
Built Distribution
File details
Details for the file dbt_ibmdb2-1.8.0.tar.gz
.
File metadata
- Download URL: dbt_ibmdb2-1.8.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22e34cfbb8fe2b0348caf4f2e4ab2df9d09dd14d9c03c542e17ddcb2f5cec82d |
|
MD5 | 34214ee37f0ca477e269149155f8760c |
|
BLAKE2b-256 | 213248c0a954a62070ab5059f1e06e554238cfb7d03a3aadb6cf1682e4baf012 |
File details
Details for the file dbt_ibmdb2-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: dbt_ibmdb2-1.8.0-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f220e70b014c3ea0b17f60ca6aeb3c134973944f380740c808305b5ce14ef856 |
|
MD5 | f27cb8ec1983522c8dae40a2618ab3a6 |
|
BLAKE2b-256 | adaa56d1cab48a5630ce03c94aff6851c149304223ba9025105cf7f5afde2aa9 |