crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

dbt: Add basic skeleton from `dbt init`, using `dbt-postgres` #727

Closed amotl closed 1 week ago

amotl commented 1 week ago

About

@hlcianfagna contributed relevant dbt macros overrides for CrateDB ^1 the other day, based on the canonical dbt-postgres ^2. This patch intends to set the stage for a wrapped-up dbt-cratedb2 package, to be implemented in a subsequent iteration.