This project demonstrates how to use Boiling cloud for dbt-duckdb
using Boiling command line tool bdcli
to configure a temporary access token for BoilingData DBT Plugin.
This repository is based on jwills/s3-demo
.
The
boilingdata.py
dbt-duckdb plugin resides in this repository until we know how to integrate it with dbt-duckdb.
- Build and start up docker container:
docker-compose build && docker-compose up -d
- Attach to container:
docker exec -it boilingdata-dbt-demo-dbt-duckdb-1 /bin/bash
- Create bdcli config and fetch fresh token
bdcli account config
bdcli account sts-token --dbtprofiles profiles.yml
- Run dbt
dbt run