Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 866 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 866 Bytes

dbt DuckDB BoilingData demo

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.

How to run

  1. Build and start up docker container:

docker-compose build && docker-compose up -d

  1. Attach to container:

docker exec -it boilingdata-dbt-demo-dbt-duckdb-1 /bin/bash

  1. Create bdcli config and fetch fresh token
bdcli account config
bdcli account sts-token --dbtprofiles profiles.yml
  1. Run dbt

dbt run