Skip to content
/ s3-demo Public

Demo dbt-duckdb against localstack w/the new fsspec config options in version 1.4.1

Notifications You must be signed in to change notification settings

jwills/s3-demo

Repository files navigation

dbt duckdb s3 demo

This project demonstrates how to work with external materializations for dbt-duckdb using a localstack S3 implementation.

How to run

  1. Start up docker compose:

docker compose up

  1. Attach to container:

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

  1. Setup the S3 bucket

awsv2 s3 mb s3://datawarehouse --endpoint-url http://localstack:4566

  1. Run dbt

dbt run

About

Demo dbt-duckdb against localstack w/the new fsspec config options in version 1.4.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages