Skip to content

boilingdata/boilingdata-dbt-demo

Repository files navigation

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

About

Demo for dbt-duckdb boilingdata.py plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published