Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 804 Bytes

File metadata and controls

34 lines (22 loc) · 804 Bytes

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