The Flink adapter plugin for dbt
Project description
DBT-Flink Adapter
This is POC for DBT-FLINK adapter
rerequisities
- Flink 1.16+
- Flink SqlGateway
Usage
Before we start to play with dbt adapter, we need to setup Flink cluster with SqlGateway configured and running. To simplify that process we prepared Docker Compose configuration.
Install dbt-flink-adapter
cd project_example
python3 -m venv venv
source venv/bin/activate
pip install dbt-flink-adapter
dbt --version
dbt-flink
should be enlisted among plugins
Configure DBT profile
Locate DBT profile on your machine.
It should be in home directory under ~/.dbt/profiles.yml
Add there below config:
flink_profile:
target: dev
outputs:
dev:
type: flink
host: localhost
port: 8083
session_name: test_session
Launch Flink cluster
cd envs/kafka
docker compose up
cd envs/flink-1.16
docker compose up
Play with sample DBT project with dbt-flink
adapter
dbt test
dbt run
FLink SQL tables should be created on Flink cluster
tear down Flink cluster
docker compose stop
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-flink-adapter-1.3.3.tar.gz
(19.7 kB
view hashes)
Built Distribution
Close
Hashes for dbt_flink_adapter-1.3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48a93d801c5c5b6e5aadd306913e2acd7ea02e473f76d7fa0c9318a403d1b87 |
|
MD5 | 188c3f0ecdc54e127c696e0916986173 |
|
BLAKE2b-256 | 61515af5cc642c4b0741f92bb522992f7fea776a0dede4500acd946d51934af0 |