Skip to content

This project should show case all of the external materializations provided in the dbt-duckdb

License

Notifications You must be signed in to change notification settings

l-mds/demo-dbt-duckdb-external-materialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-dbt-duckdb-external-materialization

This project should show case all of the external materializations provided in the dbt-duckdb

Setup

  • Adapt profile file to write to a database:
path: "./database.duckdb"
  • To create base data outcomment the following line in the dbt_project.yaml
on-run-start: "INSTALL tpch; LOAD tpch; CALL dbgen(sf = 1);"
  • start the first model to create the data
dbt run -select setup

Structure

List of the options

  • files

    • parquet (direct) (default)
      • todo?
    • json
    • csv
  • Plugins

    • sqlalchemy (via pandas)
    • excel (via pandas)

About

This project should show case all of the external materializations provided in the dbt-duckdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published