CrateDB adapter plugin for dbt (data build tool).
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time. Built on top of Lucene.
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
- CrateDB 4.x.x
- dbt 0.20
Install package in development mode.
git clone https://github.com/crate-workbench/dbt-cratedb2
cd dbt-cratedb2
python3 -m venv .venv
source .venv/bin/activate
pip install --verbose --prefer-binary --editable=.
type: cratedbadapter
threads: 1
host: 20.94.130.194
port: 5432
user: crate
password: ""
database: ""
schema: dbt_dev
This project is a friendly fork of the dbt-cratedb package on PyPI, originally conceived by Julio Sánchez Jiménez. Because attempts to contact him failed, the project has been revived as dbt-cratedb2.