Skip to content

Utility functions for dbt projects running on duckdb

License

Notifications You must be signed in to change notification settings

sdebruyn/dbt-duckdb-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt_duckdb_utils

Utility package for projects using dbt and duckdb with the adapter dbt-duckdb.

Installation

Add to your packages.yml:

packages:
  - package: sdebruyn/dbt_duckdb_utils
    version: 0.1.0 # or any other version

Add to your dbt_project.yml:

dispatch:
  - macro_namespace: dbt_date
    search_order: [dbt_duckdb_utils, dbt_date]

Coverage

The goal is to cover functions from

Feel free to contribute the ones you're missing through pull requests, they will be added as we go along.

License

MIT license