Skip to content

jwills/s3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors