Utility package for projects using dbt and duckdb with the adapter dbt-duckdb.
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]
The goal is to cover functions from
- dbt_date
- dbt_expectations (if needed)
Feel free to contribute the ones you're missing through pull requests, they will be added as we go along.
MIT license